Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Main menu toolbar missing in PyCharm

I want to show the top main menu toolbar that recently disappeared in PyCharm.

Screenshot of top toolbar

I was trying to find the setting in config\options\ui.lnf.xml in the IntelliJIdea and PyCharm directories, but there is no such file.

like image 607
Danil Melnikov Avatar asked Mar 03 '26 22:03

Danil Melnikov


1 Answers

This should work:

  • press Shift twice (equivalent to Navigate > Search Everywhere).
  • type main menu (or just ma me).
  • select View | Appearance: Main Menu.
like image 124
mportes Avatar answered Mar 05 '26 17:03

mportes