
Using React in Visual Studio Code
React JavaScript tutorial showing IntelliSense, debugging, and code navigation support in the Visual Studio Code editor.
Visual Studio Code debug configuration
Learn how to configure debugging in Visual Studio Code with launch.json, including attributes, variable substitution, and compound configurations.
Using Vue in Visual Studio Code
To open your Vue application in VS Code, from a terminal (or command prompt), navigate to the vue-project folder and type code . cd vue-project code . VS Code will launch and display your …
Get started with GitHub Copilot in VS Code - Visual Studio Code
Get started with GitHub Copilot in VS Code. Visual Studio Code has rich AI features powered by GitHub. In this tutorial, you discover how to use AI while coding in the editor, to ask questions …
Testing - Visual Studio Code
In this article, you'll learn how to start with testing in VS Code, find popular testing extensions, and explore the testing features. You'll also learn how Copilot in VS Code can help you write tests …
GitHub Copilot in VS Code - Visual Studio Code
Copilot is your AI pair programmer tool in Visual Studio Code. Get code suggestions as you type in the editor, or use natural language chat to ask about your code or start an editing session …
Browser debugging in VS Code - Visual Studio Code
Browser debugging in VS Code. Visual Studio Code includes a built-in debugger for Edge and Chrome. There are a couple ways to get started with it. Use the Open Link command to debug …
Port Forwarding - Visual Studio Code
Support for port forwarding is built into Visual Studio Code via Microsoft dev tunnels, no extension required. When running a local web service, you can use the Ports view to make the service …
Visual Studio Code tips and tricks
The best way of exploring VS Code hands-on is to open the Welcome page and then pick a Walkthrough for a self-guided tour through the setup steps, features, and deeper …
Keyboard shortcuts for Visual Studio Code
To open the Keyboard Shortcuts editor, select the File > Preferences > Keyboard Shortcuts menu, or use the Preferences: Open Keyboard Shortcuts command (⌘K ⌘S (Windows, Linux …