About 18,800,000 results
Open links in new tab
  1. Add a custom command in Visual Studio Code Command Palette

    May 22, 2018 · You can use multiCommand Extention to build your custom commands, which you can access through the Command Palette. Ctrl+Shift+P > Multi command > custom command …

  2. Commands | Visual Studio Code Extension API

    The vscode.commands.executeCommand API programmatically executes a command. This lets you use VS Code's built-in functionality, and build on extensions such as VS Code's built-in Git …

  3. Mastering VS Code's Command Palette - Toxigon

    Mar 21, 2025 · To execute a command, simply start typing its name in the Command Palette. VS Code will autocomplete and suggest commands as you type. Beyond the basics, the …

  4. How can I add custom commands to vscode? : r/vscode - Reddit

    Sep 5, 2021 · Turn it into a shell script which you can then use with pipes (either files or stdout/stderr). Then make a shell alias for the script, and use either integrated terminal or …

  5. The VSCode `code .` command is not working in the terminal/command

    Did you have a terminal open? It looks as if you do not have the code program installed. You can open the Command Palette, And search "install command", which should return this as one of …

  6. Mastering VS Code Extension API Commands: A Hands-On Guide

    Aug 27, 2023 · VS Code offers a powerful feature called “Commands” through its Extension API that allows you to create custom commands, enhancing your development experience. In this …

  7. Terminal Basics - Visual Studio Code

    Add terminal instances by selecting the + icon on the top-right of the TERMINAL panel, selecting a profile from the terminal dropdown, or by triggering the ⌃⇧` (Windows, Linux Ctrl+Shift+`) …

  8. VS-Code How to add command-line arguments for Debugging

    Nov 12, 2021 · In this post, I will take you through how to add command Iine arguments in an example Java project. Once completed, we can start debugging or launch a code file by …

  9. Visual Studio Code Terminal Usage and Setup Instructions

    Sep 30, 2024 · To open Terminal in Visual Studio Code, you can either select the menu item View | Terminal, or use the keyboard shortcut Ctrl+` (⌃+` on macOS), or type and execute the …

  10. Visual Studio Code - VS Code Command Line Interface | visual-studio ...

    To get an overview of the VS Code command-line interface, open a terminal or command prompt and type code --help. You will see the version, usage example, and list of command-line …

  11. Some results have been removed
Refresh