Find method in current file

Is there a shortcut or other way of finding a method in the current file?  I know I can look at the structure view and search there, but it would be nice to have something analogous to Eclipse's ctrl-o.

2
Avatar
Permanently deleted user

I don't know the way Eclipse does it, but in IntelliJ I usually press ctrl+F12 and start to type the name. Then enter to go there.

13
Avatar
Permanently deleted user

That's just what I was looking for!  Thanks!

0
Avatar
Permanently deleted user

Hi Adam,

Please note that you can also press 'Ctrl+F12' second time and methods list will be populated by superclass(es) methods as well.

Regards, Denis

2
Avatar
Permanently deleted user

As an FYI: If you need to find a method or variable, but are not sure what file it is in (or you are not in the correct file at the moment), you can use the "Go To Symbol" action. Access it via ctrl+alt+shift+N (Or via the menu: Go To > Symbol)

0
Avatar
Permanently deleted user

Thanks for all of the great tips!  They're most helpful.

0

Ctrl+F12 corresponds to the File Member action. Do not confuse with Symbol... (Go to Symbol) action, which will search for *all* symbols in the project (or whatever your filter is set to).

1

请先登录再写评论。