views:

27

answers:

2

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?

+1  A: 

Hold control and hover over function name, which should turn to a hyperlink pointing to its definition.

Pedro Silva
thanks a lot . Did not realise it was that simple :D
MIkhail
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