This tutorial gives you an overview of the core features of Visual Studio Code, including IntelliSense, debugging, Git version control integration, and more. You’ll see these features as we add an endpoint to a JavaScript web app using Express web framework.
Outline
- See IntelliSense in action.
- Start and run the debugger.
- Commit source code changes with Git integration.
- Run shell commands in the Integrated Terminal.
- Add new features with VS Code extensions.
Learn More
- IntelliSense - Learn more about IntelliSense and how to use it effectively for your language.
- JavaScript IntelliSense - Define a JavaScript project with
jsconfig.json
to get IntelliSense across files. - Debugging - Official documentation for VS Code debugging.
- Extension Marketplace - Find and install new extensions.
- Integrated Terminal - Use the Integrated Terminal inside VS Code.
Next Video
- Setup and Basics - Install and learn the basics of your new editor.