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

前端 未结 16 734

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

16条回答
  •  北荒
    北荒 (楼主)
    2021-01-29 18:11

    Android Studio on Mac

    Command + Option + O

    Opens up the Symbol lookup that you can jump to most of the methods/functions in your currently opened document.

提交回复
热议问题