4

I hide the menu bar (Main Menu) in my PhpStorm 2019.3.1. I want to display it now but I don't know how to do that. Is there any way I can achieve that?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
oshakab
  • 299
  • 1
  • 3
  • 11
  • If you want to keep it hidden .. but still be able to access it, assign shortcut to another "Main Menu" action -- when invoked it will be displayed as a popup menu (so it's hidden and still accessible when needed). – LazyOne Jan 11 '20 at 18:42

1 Answers1

5

You can use Strg + Shift + A and enter "main menu". Now you can display the main menu again.

enter image description here

Sebastian Brosch
  • 42,106
  • 15
  • 72
  • 87