- Hands-On Serverless Computing
- Kuldeep Chowhan
- 441字
- 2021-08-05 10:35:34
Visual Studio Code
Microsoft's Visual Studio Code is a free, open source code editor that runs on all operating systems (macOS, Linux, and Windows). It supports development operations such as task running, debugging, and version control. It provides the tools developers will need for a code, build, and debug cycle, leaving more complex workflows to more fully featured IDEs.
Visual Studio Code is a lightning fast code editor, perfect for day-to-day use. With support for hundreds of languages, it aids productivity with auto-indentation, syntax highlighting, box-selection, bracket-matching, snippets, and more. It features intuitive keyboard shortcuts, easy customization of the editor using user-defined settings, and its community-contributed keyboard shortcut mappings will let you navigate your source code with ease. It also has built-in support for code completion—IntelliSense, navigation through UI, rich semantic code understanding, and code refactoring.
Debugging is often the feature that developers miss most in a leaner code editor experience, and with Visual Studio Code not only is it available, but it is very easy to debug your applications. Visual Studio Code has an interactive debugger, so you can inspect variables, step through source code, view call stacks, and execute commands in the console.
Visual Studio Code also integrates with scripting and build tools to perform common tasks, making everyday workflows easier and faster. It has support for Git so you can work with source control without leaving the editor, including committing changes to Git and viewing pending changes with diffs:

Let's have a look at the features of Visual Studio:
- IntelliSense: Go beyond syntax highlighting and auto-complete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules.
- Print statement debugging is a thing of the past: Debug code right from the editor. Either launch it or attach it to your running apps and debug with breakpoints, call stacks, and an interactive console.
- Git commands built-in: Working with Git and other SCM providers has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted SCM service.
- Extensible and customizable: Visual Studio Code has many features out-of-the-box. It also let's you customize and extend Visual Studio Code in the form of plugins and settings configurations. You can find more information about Visual Studio Code and its extensibility at https://code.visualstudio.com/Docs/editor/whyvscode.
Visual Studio Code ships monthly releases (https://code.visualstudio.com/updates) and supports auto-update when a new release is available. If you're prompted, accept the newest update and it will be installed (you won't need to do anything else to get the latest update).
- 32位嵌入式系統(tǒng)與SoC設(shè)計導(dǎo)論
- 輕松學(xué)Java Web開發(fā)
- 走入IBM小型機(jī)世界
- Getting Started with MariaDB
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 讓每張照片都成為佳作的Photoshop后期技法
- Associations and Correlations
- 機(jī)器人編程實(shí)戰(zhàn)
- 數(shù)據(jù)庫系統(tǒng)原理及應(yīng)用教程(第5版)
- Kubernetes for Serverless Applications
- 網(wǎng)中之我:何明升網(wǎng)絡(luò)社會論稿
- 走近大數(shù)據(jù)
- 在實(shí)戰(zhàn)中成長:C++開發(fā)之路
- Raspberry Pi Projects for Kids
- Kubernetes on AWS