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

前端 未结 16 706

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

16条回答
  •  走了就别回头了
    2021-01-29 18:02

    If you just want to look for methods:

    On mac OS X 10.5+ binding, it is Alt + + O

    By Default XWin Key binding, it is Shift + Ctrl + Alt + N

    You can also press double SHIFT then, you can search anything (not only method, but also class, files, and actions)

提交回复
热议问题