Skip to content

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

Notifications You must be signed in to change notification settings

giyyapan/vscode-commander

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published