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

前端 未结 16 1061

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

16条回答
  •  太阳男子
    2021-01-29 18:15

    I tried SHIFT + SHIFT and ALT + CMD + O

    But I think the most powerful and easy to use feature is find in all files CMD + SHIFT + F.

    Choose regex and write .*partOfMethodName.*\( and it shows all places and can see the actual source code in place without going to that specific file.

提交回复
热议问题