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

Shortcuts

gizak

|
25,253 installs
| (4) | Free
Add handy shortcuts to your status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Shortcuts

Shortcuts let you add useful icons to the bottom status bar. You can add/edit your own icon appearance, command and tooltip by changing the pre-defeind settings (no code needed!).

Features

Commands' shortcuts:

feature X

Requirements

Latest version of VSCode would be enough.

Extension Settings

This extension contributes the following settings:

  • shortcuts.buttons: define configurable buttons. Format: icon, command, tooltip. Default settings:

    [
      "file-binary , workbench.action.tasks.build , Run build task",
      "beaker , workbench.action.tasks.test , Run test task",
      "terminal , workbench.action.terminal.toggleTerminal , Toggle terminal panel",
      "telescope , workbench.action.showCommands , Show command palette",
      "bug, workbench.action.debug.start, Launch debug"
    ]
    

Go to preference > workspace settings to change these settings. The changes will be automatically loaded up after VSCode restart.

Known Issues

Please see: issues.

Release Notes

0.0.1

Initial release

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