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

前端 未结 16 981

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

16条回答
  •  爱一瞬间的悲伤
    2021-01-29 18:18

    If I need navigate to method in currently opened class, I use this combination: ALT+7 (CMD+7 on Mac) to open structure view, and press two times (first time open, second time focus on view), type name of methods, select on of needed.

提交回复
热议问题