Page 1 of 1

"Go To Definition"

Posted: Tue Jul 15, 2008 1:12 pm
by VoxEcho
It would be nice if there where a keystroke which would take you to the definition of a block of code if it is in an open document.

example:

in file a.js i have:

function foo(){
...
}

then in file aa.js i have:

var g = foo()

if i center on foo and hit the shortcut it would take me to a.js->foo()[/i]

Posted: Wed Jul 16, 2008 12:19 am
by Bob Hansen
Make a macro that does a find for that function, save it, and assign it a hot key.