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

前端 未结 16 708

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

16条回答
  •  迷失自我
    2021-01-29 18:15

    ctrl + F12 (cmd + F12 on macOS) will show all members of the current class in a popup window and let you pick up one. It works exactly like the ctrl + o shortcut in eclipse, much faster than ctrl + alt + shift + n

提交回复
热议问题