10 results found
-
when clause contexts | Visual Studio Code Extension API
when clause contexts Visual Studio Code sets various context keys and specific values depending on what elements are visible and active in the VS Code UI. These contexts can be used to selectively enable or disable extension commands and UI elements, such as menus and views. For example, VS Code uses when clauses to enable or disable command keybindings, which you can see in the Default ...
-
Source Control in VS Code
Learn how to use VS Code's integrated Git source control features like staging, committing, branching, merge conflict resolution, and GitHub integration.
-
Commands | Visual Studio Code Extension API
Commands Commands trigger actions in Visual Studio Code. If you have ever configured a keybinding, then you've worked with commands. Commands are also used by extensions to expose functionality to users, bind to actions in VS Code's UI, and implement internal logic. Using Commands VS Code includes a large set of built-in commands that you can use to interact with the editor, control the user ...
-
Use extensions in Visual Studio Code
Learn how to install extensions from the Visual Studio Marketplace to add features for your programming language, framework, or development workflow to Visual Studio.
-
Additional components and tools - Visual Studio Code
Additional components and tools Visual Studio Code is a small download by design and only includes the minimum number of components shared across most development workflows. Basic functionality like the editor, file management, window management, and preference settings are included. A JavaScript/TypeScript language service and Node.js debugger are also part of the base install. If you are ...
-
Visual Studio Code tips and tricks
Visual Studio Code tips and tricks Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more. If you're just ...
-
Terminal Basics - Visual Studio Code
Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.
-
Quickstart: use source control in VS Code
Quickly get started with Git source control in Visual Studio Code. Initialize a repository, stage changes, and commit code in minutes.
-
Voice support - Visual Studio Code
Voice support The VS Code Speech extension enables various features by using your voice. Once installed, the extension enables you to dictate into the editor, or to verbally interact with chat in VS Code.
-
Remote Development FAQ - Visual Studio Code
Remote Development FAQ This article covers frequently asked questions for each of the Visual Studio Code Remote Development extensions. See the SSH, Containers, and WSL articles for more details on setting up and working with each of their respective capabilities. Or try the introductory Tutorials to help get you running quickly in a remote environment. For questions about GitHub Codespaces ...