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

Intellij IdeaKeyboard Shortcuts

Intellij Idea Problem Overview


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

What is the equivalent shortcut for that in IntelliJ?

Intellij Idea Solutions


Solution 1 - Intellij Idea

Use Navigate (View in older versions) | File Structure Popup (Ctrl+F12 on Windows,
+F12 on OS X). Start typing method/symbol name to either narrow down the list or highlight the desired element. Press Enter to navigate to the selected element.

Solution 2 - Intellij Idea

I prefer to use the Structure view. To open it, use the menu: View/Tools Window/Structure.
The hotkey on Windows is Alt+7, +7 on OS X

Solution 3 - Intellij Idea

Do Cmd+F12+Fn Key on mac in IntelliJ if clicking Cmd+F12 starts.

Solution 4 - Intellij Idea

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

Ctrl + 0

Solution 5 - Intellij Idea

If you are running on Linux (I tested in Ubuntu 10.04), the shortcut is Ctrl + F12 (same of Windows)

Solution 6 - Intellij Idea

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

Solution 7 - Intellij Idea

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.

Solution 8 - Intellij Idea

You can type "this." and wait a second, a popup with methods and properties will display.

Not a shortcut, but it works for me.

PS: if you are in a static method, type the class name.

Solution 9 - Intellij Idea

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.

Solution 10 - Intellij Idea

Ashkan Kh. Nazary you can use

> Ctrl+N or > Ctrl+Shift+N

source IntelliJIDEA_ReferenceCard

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionGlideView Question on Stackoverflow
Solution 1 - Intellij IdeaCrazyCoderView Answer on Stackoverflow
Solution 2 - Intellij IdeawryanView Answer on Stackoverflow
Solution 3 - Intellij IdeaHimanshu RanavatView Answer on Stackoverflow
Solution 4 - Intellij IdeaPipoView Answer on Stackoverflow
Solution 5 - Intellij Ideavinicius.hisaoView Answer on Stackoverflow
Solution 6 - Intellij IdeaUnstoppa博View Answer on Stackoverflow
Solution 7 - Intellij IdeaRifqiView Answer on Stackoverflow
Solution 8 - Intellij IdeaTelcontarView Answer on Stackoverflow
Solution 9 - Intellij IdeaSaleh Enam ShohagView Answer on Stackoverflow
Solution 10 - Intellij IdeaMedMahmoudView Answer on Stackoverflow