Search code examples
intellij-ideaidekeyboard-shortcuts

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


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


Solution

  • Windows : ^ ctrl + F12

    MacOS : ⌘ cmd + F12

    Above commands will show the functions/methods in the current class.

    Press ⇧ SHIFT TWO times if you want to search both class and method in the whole project.