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...