"Go To Definition"
Posted: Tue Jul 15, 2008 1:12 pm
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]
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]