While in Eclipse, when editing a file, one can quickly get to a method by name. Does IntelliJ provide the same functionality via some shortcut?
While in Eclipse , when editing a file, one can quickly get to a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ctrl + F12 will show a pop-up that allows you to find a method within current class. Ctrl + F12 again includes methods inherited from parent class. For those on Mac, fn AppleF12 will do the trick.
BTW if you want to find a method in any file knowing its partial name, try Ctrl + Alt + Shift + N – works also for fields.