
How Copilot understands your workspace - Visual Studio Code
Learn how Copilot agents understand your codebase with semantic search, text search, grep, and other tools to gather context for accurate answers.
Custom agents in VS Code
Select Configure Custom Agents from the agents dropdown, hover over the custom agent in the list, and select the trash icon. To remove a custom agent that was contributed by an extension, you need to …
Use prompt files in VS Code
Learn how to create reusable prompt files for GitHub Copilot Chat in VS Code to standardize common development tasks and improve your coding workflow efficiency.
Default keyboard shortcuts reference - Visual Studio Code
Default keyboard shortcuts reference VS Code comes with a set of default keyboard shortcuts. This article lists common default keyboard shortcuts in VS Code. For a full list of keyboard shortcuts, use …
Python environments in VS Code
Select the Python version in the Status Bar to switch environments. How the extension auto-selects: When you open a workspace without explicitly selecting an environment, the extension chooses one …
Terminal Profiles - Visual Studio Code
Visual Studio Code's integrated terminal allows configuring various profiles to make launching various shells easier.
Code Navigation - Visual Studio Code
Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.
Configure C/C++ IntelliSense - Visual Studio Code
To configure, select the status bar indicator, which brings up the configuration Quick Pick. The Quick Pick can help you select or install a C/C++ compiler. If you do not see a status bar indicator, you can …
Using agents in Visual Studio Code
Select an agent from the agents dropdown in the Chat view. You can switch between agents at any time during a session. VS Code has three built-in agents: Agent: autonomously plans and implements …
Programming Languages - Visual Studio Code
In Visual Studio Code we have support for all common languages including smart code completion and debugging.