Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Shortcut Menu Bar PlusNew to Visual Studio Code? Get it now.
Shortcut Menu Bar Plus

Shortcut Menu Bar Plus

Snuffy2

|
10 installs
| (0) | Free
Add handy buttons like beautify, show opened files, save, toggle terminal, activity bar etc to editor menu bar. User-defined buttons are also possible.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

shortcut menu bar

Shortcut Menu Bar Plus - VSCode Extension

Add 35+ handy buttons like beautify, show opened files, save, toggle terminal, activity bar, Find replace etc to the editor menu bar in VSCode. You can manage the toolbar from a graphical configurator, reorder built-in buttons, and create your own buttons with custom commands, names, and icons.

Forked from the great work of Gourav Goyal

See on VSCode Marketplace

What's new in 3.2.0

  • A new Shortcut Menu Bar Plus: Configure Buttons command manages the full toolbar from one screen.
  • Built-in buttons can be enabled, disabled, and reordered with drag and drop.
  • The 10 user buttons can now be configured with command strings, display labels, and Codicon icons.
  • User-button icons are generated in dark and light variants so they match VS Code themes.
  • Toolbar order, visibility, user-button titles, and user-button icons are restored on startup after reloads or extension updates.
  • Existing legacy settings still work and are migrated into the configurator model when no structured configuration exists.

Configure buttons

Run Shortcut Menu Bar Plus: Configure Buttons from the Command Palette to manage the toolbar.

The configurator lets you:

  • Enable or disable built-in and user buttons.
  • Rearrange all toolbar buttons in one ordered list with drag and drop.
  • Edit commands, labels, and codicons for the 10 user buttons.
  • Pick user-button codicons from a searchable picker with icon previews instead of typing setting values by hand.
  • Save and reload from the same screen when toolbar metadata changes require it.

After saving toolbar visibility, order, label, or icon changes, reload VS Code when prompted. VS Code applies editor title menu contributions during window load, so these toolbar changes are not visible until after reload. Command-only edits do not require a reload.

Configurator changes are saved globally because VS Code loads toolbar command contributions from the installed extension package. The backing setting is ShortcutMenuBarPlus.buttons; it is intended to be written by the configurator, not edited by hand.

✅ Currently added buttons

shortcut menu bar

✔ Save active file
✔ Navigate back
✔ Navigate forward
✔ Beautify/format document or selection
✔ Beautify/format document or selection with multiple formatters
✔ Undo/Redo buttons
✔ Open files list
✔ Save all
✔ show/hide terminal
✔ show/hide render whitespace
✔ Quick open (Ctrl+P)
✔ show/hide activity bar
✔ Find & replace in active file (Ctrl+H)
✔ Switch header source (for .cpp files)
✔ Toggle line comment
✔ Open file, New file
✔ Go to definition
✔ Cut, Copy, Paste
✔ Start Debugging
✔ User-defined buttons (0-9)

Create buttons with custom commands

You can create up to 10 user-defined buttons in Shortcut Menu Bar Plus: Configure Buttons. By default buttons are shown as numbers, and the configurator can set each button's label and icon.

User Buttons

You can also trigger a button by using corresponding hotkey combination (Windows: Ctrl+Alt+0, Ctrl+Alt+1, Ctrl+Alt+2, etc, Mac: Shift+Cmd+0, Shift+Cmd+1, Shift+Cmd+2, etc)

  1. Run Shortcut Menu Bar Plus: Configure Buttons.
  2. Enable one of the user buttons.
  3. Add any VSCode command or any other extension command in the command field.
  4. Optionally set a label and codicon.
  5. Save, then reload VS Code if prompted.

User buttons also support:

  • Pass command arguments: add command arguments separated by pipe (e.g. workbench.action.tasks.runTask|My Task)
  • Run multiple commands: add comma-separated list of commands and those will get executed sequentially.
  • If the label is empty, default labels are used (user action 1 ... user action 9, user action 0).
  • If the icon is empty, the default numbered user-button icon is used.

Legacy per-user-button settings remain available for compatibility, but the configurator is the primary way to manage buttons. Once ShortcutMenuBarPlus.buttons exists globally, it takes precedence over the older per-button settings.

FAQ 🙋‍

I found a bug, where to report?
Please create a new issue on GitHub.

How can I add my own/custom buttons?
Follow above section.

How can I disable/Enable a button?
Follow above section.

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