Visual Studio Code

Visual Studio CodeVisual Studio Code, or VS Code for short, is a lightweight IDE, with less features than a fully fledged IDE, such as Visual Studio, but provides more functionality than a simple code editor. It includes featues such as support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded version control with Git. It is developed by Microsoft, and is available on platforms including Windows, Linux and macOS.

VS Code comes with built-in support for JavaScript, TypeScript and Node.js, as well as support for numerous other languages via its extensive library of extensions.

How Tos and Useful Stuff