When I am looking at a method in eclipse java, how do I jump to the method it overrides/extends?
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.
Three ways to go about it.
Hyperlink Method (Mouse + Keyboard)
Press CTRL while hovering over the overriden method.
You should see an option called ‘Open Super Implementation. Click it !
From here :
Keyboard shortcut
And for bonus points, you can setup a Keyboard shortcut to do this like so :
When you try to setup a keyboard shortcut, you may filter by typing
Open Super Im. On my Eclipse Indigo three matches were found. I tried setting them one by one until the shortcut appeared inNavigate -> Open Super Implementationlike so :Mouse only – Using the vertical Ruler
Click the ovverride marker that appears in the Vertical Ruler as in the above snapshot.