If my cursor is in a function call in a perl file , is there any shortcut in eclipse that would take me to the definition of the function( in the same file) like gd
in vim?
views:
27answers:
2
+1
A:
Hold control and hover over function name, which should turn to a hyperlink pointing to its definition.
Pedro Silva
2010-09-08 05:59:05
thanks a lot . Did not realise it was that simple :D
MIkhail
2010-09-08 06:01:56
A:
@others who could have been looking for this feature
Once you jump to the function definition( or any other place ) in Eclipse , you can go back to the previous location by using Alt + Left
for Navigate->back .
MIkhail
2010-09-08 06:07:19