IntelliJ shortcut to show a popup of methods in a class that can be searched

Viewed 269451

I'm switching over from Eclipse to IntelliJ. In Eclipse, Ctrl+O in the editor, shows a hover popup that allows to search for a method in the class you're editing.

What is the equivalent shortcut for that in IntelliJ?

10 Answers

On linux distributions (@least on Debian with plasma) the default shortcut is

Ctrl + 0

command+fn+F12 is correct. Lacking of button fn the F12 is used adjust the volume.

By default, most of distribution uses Ctrl+F12.

Some OS distribution (in my case Xubuntu) which uses Xcfe, overrides Ctrl+F12 to "Workspace 12" switch.

For Mac Users if command + fn + f12 or command + f12 is not working, then your key map is not selected as "Mac Os X". To select key map follow the below steps.

Android Studio -> Preferences -> Keymap -> From the drop down Select "Mac OS X" -> Click Apply -> OK.
Related