Intellij-idea – the shortcut in IntelliJ IDEA to find method / functions

ideintellij-ideakeyboard shortcuts

I know that Ctrl + N is to find classes and it is very useful. But what about methods?

Best Answer

ctrl + F12 (cmd + F12 on macOS) will show all members of the current class in a popup window and let you pick up one. It works exactly like the ctrl + o shortcut in eclipse, much faster than ctrl + alt + shift + n