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 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.