Quick Tour of VS Code using JavaScript

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

Next Video