Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ double click in Project view on class with internal classes

IntelliJ double click in Project view on class with internal classes opens the node in the Projects view or closes the node in the Project view if it was open. I can't figure out to change the settings of IntelliJ so that if I double click on a class it opens the class in the editor. It works fine for normal classes, but if the class has embedded internal classes defined, IntelliJ does not jump to the class, but opens the node in the Projects view.

There must be a setting to override this?

like image 994
Stelum Avatar asked Sep 19 '25 14:09

Stelum


1 Answers

I suppose you should switch off Show Members option in your project menu enter image description here

like image 55
wakedeer Avatar answered Sep 22 '25 04:09

wakedeer