https://code.visualstudio.com/docs/setup/windowsnode
https://code.visualstudio.com/docs/setup/additional-componentsios
VS Code is a small download by design and only includes the minimum number of components shared across most development workflows.git
Basic functionality like the editor, file management, window management, and preference settings are included.github
A JavaScript/TypeScript language service and Node.js debugger are also part of the base install.typescript
If you are used to working with larger, monolithic development tools (IDEs), you may be surprised that your scenarios aren't completely supported out of the box.express
For example, there isn't a File > New Project dialog with pre-installed project templates.npm
Most VS Code users will need to install additional components depending on their specific needs.gulp
Here are a few commonly installed components:windows
tsc
, for transpiling TypeScript to JavaScript.You'll find the components above mentioned often in our documentation and walkthroughs.app
You can extend the VS Code editor itself through extensions.
The VS Code community has built hundreds of useful extension available on the VS Code Marketplace.
The extensions shown above are the current most popular on Marketplace.
Click on an extension tile above to read the description and reviews of the extension.
Visual Studio Code integrates with existing tool chains.
We think the following tools will enhance your development experiences.
Note: Most of these tools require Node.js and the NPM package manager to install and use.