(In eclipse)
We have a shortcut key to jump to method definition from wherever the method is called, i.e. by using F3. But what if I am currently on the method definition and I want to go that location where the method is called or used. Any shortcut for this?
(In eclipse) We have a shortcut key to jump to method definition from wherever
Share
You can try
Ctrl+Shift+Gwhich is a equivalent to find references.or
Ctrl+Alt+Hwhich brings up call hierarchy.