What is VS Code? Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools. Features: IntelliSense IDE: Gives syntax highlighting and autocomplete feature with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules. Debugging: Debug your code right from the editor. You can launch or attach to your running apps and debug with break points, call stacks, and an interactive console. Git commands Built In: Working with Git and other SCM p...