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

Commander

Giyya Pan

|
1,046 installs
| (0) | Free
Run multiple commands with one key.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Commander

Commander is a VSCode extension that allows you to run multiple commands with one shortcut.

Usage

To use Commander, just edit your keybord shortcut config file, and write your command queue, see this example:

   {
        "key": "ctrl+alt+n",
        "command": "commander.runCommands",
        "args": [
            "emacs.cursorDown", "emacs.cursorDown", "emacs.cursorDown", "emacs.cursorDown", "emacs.cursorDown"
        ],
        "when": "editorTextFocus && !suggestWidgetVisibles"
    },

Enjoy!

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