Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a shortcut to hide the side bar in Visual Studio Code?

It'd be handy if there was a keyboard shortcut for hiding and showing the sidebar. Sublime has cmd+k+b and it's a quick way of gaining some screen real estate when you need it. Anybody know if this exists or if the user can add it manually to VS Code?

like image 358
launchoverit Avatar asked Jun 16 '15 21:06

launchoverit


People also ask

How do I open the side menu in VS Code?

VS Code is equally accessible from the keyboard. The most important key combination to know is Ctrl+Shift+P, which brings up the Command Palette. From here, you have access to all of the functionality of VS Code, including keyboard shortcuts for the most common operations.

How do I unhide the status bar in Visual Studio code?

Search for “status bar” and check/uncheck the checkbox in the “Workbench > Status Bar: Visible” section to show/hide the status bar, respectively.


1 Answers

The command can be triggered via Ctrl+B on Windows and Linux or Cmd+B on the Mac.

like image 55
Benjamin Pasero Avatar answered Oct 11 '22 19:10

Benjamin Pasero