jump to the function definition from function call statement
-
While using PHP, how can I jump to the function definition from function call statement ?
Is there a plugin for it ? -
Have you tried the “TagsJump” or “TagsView” plugins? TagsJump works across multiple files, while TagsJump is handy when a file is more-or-less self-contained (it only allows you to move around in the current file).
-
It worked for me…thanks a lot.