Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>QuickCommandNew to Visual Studio Code? Get it now.
QuickCommand

QuickCommand

KJTang

|
74 installs
| (0) | Free
quick run configured commands
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

QuickCommand README

A vscode extension to help you quick run configured commands in vscode.

Features

run command: QuickCommand:
example

Extension Settings

config field:

  • quickcommand.commands: configured commands

config example:

"quickcommand.commands": [
    {
        "label": "Hello",               // name
        "description": "echo hello",    // desc
        "command": "echo hello"         // command to run
    }
]

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft