R
R
Richard Hendrix2017-09-15 18:35:35
Hotkeys
Richard Hendrix, 2017-09-15 18:35:35

How to show/hide menu in visual code?

How to show/hide top menu in visual code?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vadim Sysoev, 2017-10-01
@GeekT

// Determines the visibility of the menu bar. The value of toggle indicates that the menu bar is hidden and that the ALT key must be pressed once to display it. By default, the menu bar will not be displayed only in full screen mode.
"window.menuBarVisibility": "toggle",
// If this option is set, the main menus can be opened using keyboard shortcuts with the ALT key. Disabling the assigned keys will allow these ALT key shortcuts to be associated with editor commands.
"window.enableMenuBarMnemonics": true,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question