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

前端 未结 16 732

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

16条回答
  •  情话喂你
    2021-01-29 18:17

    CTRL + F12 brings up the File Structure navigation menu, which lets you search for members of the currently open file.

提交回复
热议问题