What is the shortcut in IntelliJ IDEA to find method / functions?

Felipe picture Felipe · Sep 20, 2010 · Viewed 187k times · Source

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

Answer

Daniel Deng picture Daniel Deng · Aug 7, 2012

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