Main Menu not showing

已回答

Hi everyone, sorry for asking such a silly question here. I have been using the IDEs from Jetbrains for awhile now, but recently, I can't remember what I pressed or did, but the main menu seems to have disappeared. How do I make the menu reappear again? It's also happening to my other Jetbrains IDEs

10

This is actually super simple! Click on the search icon (magnifying glass) in the top righthand corner under the X icon. In the search bar, type the word "menu" (no quotes when actually typing it). You should see this result come up:
View | Appearance: Main Menu

And then just click the toggle to change it from "Off" to "On"

That should do the trick!

45

I had a similar problem, I hid the main menu from "View > Appearance > Main Menu" and couldn't restore it. I managed to restore it by following these steps:

  • Open settings with Ctrl + Alt + S
  • In Keymap, select "Main Menu > View > Appearance > Main Menu"
  • Right click > Assign a shortcut. Entered the shortcut, then OK

Typing the keyboard shortcut now restored the main menu.

22
Avatar
Permanently deleted user

I had the same issue with intelliJ 2019.2 in windows 10 and to fiw this I had to open the file "c:\Users\[theUser]\.IntelliJIdea2019.2\config\options\ui.lnf.xml" and set the option entry SHOW_MAIN_MENU to true and it fixed my problem!

11

On Ubuntu, any proposed solution here doesn't work for me:

  • No shortcuts solution works.
  • No search view on/off works (I have enabled it and I can't switch it to off. Something is wrong).

This problem affects to any installed ide: phpstorm, intellj idea and so on.

On startup, the menu appears but in a while it disappears.

Recently updated all ides.

Jetbrains roadmap xD

4

The same issue on Ubuntu with the versions 2022.3.3 and 2023.1 - the main menu just dissapeared by pressing incidently an uknown combination of keymap/clicks, and I'm not able to restore it. Nothing helps. 'Restore defailt settings' doesn't actually restore it. There is no such setting in the appearance 'View | Appearance: Main Menu' (in the old UI at least). The only thing I could apply is specifying a keymap to show the menu, which is not convinient.

How the menu can be restored in the recent versions?

2

I am installing a new system and have the same problem with PHPStorm 2022.3 under Ubuntu 22.04 / gnome-flashback:

The main menu is no longer visible. It can be switched on with the above trick, but it appears in the panel and not permanently within the app. Every time a dialogue window is opened, it closes again.

If I start the normal Ubuntu, however, everything is OK again and the menu appears in the usual place.

The cause under gnome-flashback is the "Indicator Applet", which contains the application menus. If this is removed from the active applets of the panel, everything runs as usual again.

2

I'm not using CLion but had the same problem with IDEA on Linux - what helped me wa to disable the “Merge main menu with window title” option  Under Settings → Appearence → UI Options.

2

I have exactly the same issue with appcode!

1
Avatar
Permanently deleted user

Also the same problem. 

1

same problem on ubuntu, double Shift or Ctrl + Shift + A didn't work for me. Trick with "menu" in search didn't work too.

But ctrl + alt + S is open settings and you can create what you need in keymap

1

thanks @A Github,

I installed ClassicMenu-Indikator and it worked. But the strange thing was that ony DataGrip had this issue :D

 

1

I could see after try this option:-

1

Looks like we already have this issue in our tracker - https://youtrack.jetbrains.com/issue/JRE-434. Please update the OS to macOS 10.13.2 beta, it should solve the issue. Or you can try the workaround suggested in the mentioned YouTrack ticket.

0

Alex, You are genius!!!

0
Maybe you want to try this way   
Help -> Find Action ->Reset(write) -> Restore Default Settings
0

Had the same issue after upgrading to kubuntu 24.04. Problem: The default menu bar contains a Widget “Global Menu Bar” which seems to pull the main menu from the ide window into kde's menu bar (but is not working). Remove this widget from KDE's Menu Bar and the Main menu is again displayed within the IDE.

0

请先登录再写评论。