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

intellij-idea, keyboard-shortcuts

Solution

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.

Problem

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?

Original source

Related problems