Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Eclipse shortcut for Open Declaration?

I don't like using the mouse and this is one of the few times I have to use it so maybe if someone knows the shortcut for when you show the declaration of the method by clicking the mouse while you press Ctrl, that would be very helpful :)

like image 953
Thiago Avatar asked Jul 23 '13 17:07

Thiago


1 Answers

When your cursor is on the method press F3, eclipse will take you to the declaration .

By default it's bound to F3, but you can rebind it to a different key, go to Windows >> Preferences >> Keys, and change the Open Declaration binding...

like image 50
Elye M. Avatar answered Sep 27 '22 19:09

Elye M.