How can I hide the menu bar in visual studio code? I do not find the command to do it. In some applications or browsers the alt key is used but I can not find the command or the option in the menu bar to hide it. Can you help me?
.
You can hide the Menu Bar on Windows and Linux by changing the setting window. menuBarVisibility from classic to toggle . A setting of toggle means that a single press of the Alt key will show the Menu Bar again. You can also hide the Menu Bar on Windows and Linux with the View > Toggle Menu Bar command.
Menu and title bar are in auto-hide mode and are accessible if you press "Alt" or "Ctrl-Q" hotkey or hover mouse over window top.
Ctrl + Shift + P write Toggle minimap and hit enter and it's gone. Save this answer. Show activity on this post.
You can hide the menu bar by clicking the Toggle Menu Bar
option in the View
menu.
To bring the menu bar back, as pointed out by pramesh-bajracharya in the comments:
Ctrl + Shift + P
will open a command window and you can type Toggle Menu Bar to toggle it on and off.
If you want to toggle the menu bar with Alt, see this setting:
// Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and a single press of the Alt key will show it. By default, the menu bar will be visible, unless the window is full screen.
"window.menuBarVisibility": "toggle",
The default is "default", change it to "toggle" in your user settings..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With