About 167 results
Open links in new tab
  1. Command Line Interface (CLI) - Visual Studio Code

    Visual Studio Code command-line interface (switches). For both files and folders, you can use absolute or relative paths. Relative paths are relative to the current directory of the command prompt where …

  2. Built-in Commands | Visual Studio Code Extension API

    Built-in Commands This document lists a subset of Visual Studio Code commands that you might use with vscode.commands.executeCommand API. Read the Commands guide for how to use the …

  3. Commands | Visual Studio Code Extension API

    To find available commands: Browse the keyboard shortcuts Look through VS Code's built-in advanced commands api Command URIs Commands URIs are links that execute a given command. They can …

  4. Common Capabilities | Visual Studio Code Extension API

    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 …

  5. Command Palette | Visual Studio Code Extension API

    Command Palette The Command Palette is where all Commands are found. It's important that your command names are labeled appropriately so users can easily find them. ️ Do Add keyboard …

  6. Terminal Basics - Visual Studio Code

    You can open a terminal as follows: From the menu, use the Terminal > New Terminal or View > Terminal menu commands. From the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)), use …

  7. Keyboard shortcuts for Visual Studio Code

    Keyboard Shortcuts editor VS Code provides a rich keyboard shortcut editing experience with the Keyboard Shortcuts editor. The editor lists all available commands with and without keyboard …

  8. Visual Studio Code tips and tricks

    Command line VS Code has a powerful command line interface (CLI) which enables you to customize how the editor is launched to support various scenarios. For example, you can start VS Code from …

  9. Getting started with the terminal - Visual Studio Code

    Learn how to get started running shell commands with the integrated terminal in Visual Studio Code.

  10. PowerShell in Visual Studio Code

    PowerShell is a task-based command-line shell and scripting language built on .NET that provides a powerful toolset for administrators on any platform. The Microsoft PowerShell extension for Visual …