October 16, 2020
Visual Studio Code is a lightweight code editor from Microsoft. It comes with built-in support for JavaScript, TypeScript, and Node.js and is available for Windows, macOS, and Linux.
Additional functionality can be added to Visual Studio Code by using Extensions.
At its heart, the Visual Studio Code features a powerful, fast code editor great for day-to-day use. For serious coding, developers often need to work with code as more than just text.
Visual Studio Code includes built-in support for always-on IntelliSense code completion, richer semantic code understanding and navigation, and code refactoring.
The program also features a debugging function, designed to help you monitor variables and components. You may also control the Call Stack feature to define breakpoints.
Visual Studio Code includes great tooling for web technologies such as HTML, CSS, LESS, SASS, and JSON.
0 Comments