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

前端 未结 16 733

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

16条回答
  •  不知归路
    2021-01-29 17:59

    Ctrl + Alt + Shift + N allows you to search for symbols, including methods.

    The primary advantage of this more complicated keybinding is that is searches in all files, not just the current file as Ctrl + F12 does.

    (And as always, for Mac you substitute Cmd for Ctrl for these keybindings.)

提交回复
热议问题