10 results found
-
Context Menus | Visual Studio Code Extension API
Context Menus Menu items appear in views, actions, and right-click menus. It's important that the grouping of menus remain consistent. If your extension has actions that relate to files, place your actions in the File Explorer context menu (when appropriate). If an extension has actions for certain file types, only display it for those items. ️ Do Show actions when contextually appropriate ...
-
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 ...
-
Terminal Basics - Visual Studio Code
Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.
-
Common Capabilities | Visual Studio Code Extension API
Common Capabilities Common Capabilities are important building blocks for your extensions. Almost all extensions use some of these functionalities. Here is how you can take advantage of them. Command Command is central to how VS Code works. You open the Command Palette to execute commands, bind custom keybindings to commands, and right-click to invoke commands in Context Menus. An extension ...
-
Voice Support - Visual Studio Code
Visual Studio Code voice accessibility features. Learn here about the various ways VS Code can be used with voice.
-
Remote Development Tips and Tricks - Visual Studio Code
Remote Development Tips and Tricks This article covers troubleshooting tips and tricks for each of the Visual Studio Code Remote Development extensions. See the SSH, Containers, and WSL articles for details on setting up and working with each specific extension. Or try the introductory Tutorials to help get you running quickly in a remote environment. For tips and questions about GitHub ...
-
Using React in Visual Studio Code
Using React in Visual Studio Code React is a popular JavaScript library developed by Facebook for building user interfaces. The Visual Studio Code editor supports React.js IntelliSense and code navigation out of the box. Welcome to React We'll be using the create-react-app generator for this tutorial. To use the generator as well as run the React application server, you'll need Node.js ...
-
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 ...
-
Editing Python in Visual Studio Code
Editing Python in Visual Studio Code Visual Studio Code is a powerful editing tool for Python source code. The editor includes various features to help you be productive when writing code. For more information about editing in Visual Studio Code, see Basic Editing and Code Navigation. In this overview, we will describe the specific editing features provided by the Python extension, including ...
-
Personalize VS Code
Learn how to personalize VS Code to your likings with themes, icons, keyboard shortcuts, display language, and settings.