Skip to content
| Marketplace
Sign in
Visual Studio Code>Keymaps>SidebarsNew to Visual Studio Code? Get it now.
Sidebars

Sidebars

grg

grg.app
|
160 installs
| (0) | Free
| Sponsor
The correct toggle for sidebars and panels
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sidebars

  • Toggle the visibility of sidebars and the bottom panel at the same time using one keyboard shortcut:

    Windows/Linux: shift + ctrl + alt + 0  or  shift + ctrl + F12

    macOS: ⌥ alt + ⇧ shift + ⌘ cmd + 0  or  ⇧ shift + ⌘ cmd + F12

  • Correctly restores the hidden panels when the same shortcut is pressed again.

    Screencast

  • The only correct implementation of IntelliJ's ‘Hide All Tool Windows’ remembering what state the sidebars and panel are in when hidden, unless and until manually individually revealed or the end of the session.

  • Implemented using context keys without custom JavaScript. VS Code already has enough JavaScript—let's not add any more. Context keys are used to remember the state of the panels when collapsing and apply per context (in practice, per window) to support individual window toggling.

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