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

前端 未结 16 957

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

16条回答
  •  甜味超标
    2021-01-29 18:16

    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.

提交回复
热议问题