A VS Code extension that helps you toggle all panels (sidebar, bottom panel, and auxiliary bar) with a single command to maximize your focus.
- Show/Hide All Panels: Always show or hide all VS Code panels (sidebar, bottom panel, and auxiliary bar)
- Toggle Current Panels: Remember and restore which specific panels were visible before hiding them
- Keyboard Shortcuts:
Cmd+K Cmd+Shift+Space(Mac) orCtrl+K Ctrl+Shift+Space(Windows/Linux) for Show/Hide AllCmd+K Cmd+Space(Mac) orCtrl+K Ctrl+Space(Windows/Linux) for Toggle Current
- Press
Cmd+K Cmd+Shift+Space(Mac) orCtrl+K Ctrl+Shift+Space(Windows/Linux) - Or use Command Palette: "FlowToggle: Show/Hide All Panels"
- First invocation shows any hidden panels, then toggles between showing and hiding all
- Press
Cmd+K Cmd+Space(Mac) orCtrl+K Ctrl+Space(Windows/Linux) - Or use Command Palette: "FlowToggle: Toggle Current Panels"
- Remembers which panels were visible before hiding them and restores exactly that configuration
- Clone this repository
- Run
npm installto install dependencies - Press
F5to open a new VS Code window with the extension loaded - Test the extension with the keybinding or command palette
To work on this extension:
npm install
npm run compilePress F5 in VS Code to launch the extension in debug mode.
MIT