"Go To Definition"

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
VoxEcho
Posts: 36
Joined: Fri Sep 26, 2003 4:48 pm
Location: Oz

"Go To Definition"

Post 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]
Why yes, I do program in Comic Sans
User avatar
Bob Hansen
Posts: 1516
Joined: Sun Mar 02, 2003 8:15 pm
Location: Salem, NH
Contact:

Post by Bob Hansen »

Make a macro that does a find for that function, save it, and assign it a hot key.
Hope this was helpful.............good luck,
Bob
Post Reply