You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
create a function in file1.js(under src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files).
function callOtherMethods() {
testTryCatch();
}
function testTryCatch(){
}
2.open index.html(under src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files), add callOtherMethods(); below function foo(), at line 28, save it.
3.open quick editor on callOtherMethods();
->quick editor shows up. Focus on testTryCatch();`, try jump to definition
Actual result: it doesn't go to file1.js, just highlight {}
Expect: jump to definition testTryCatch() in file1.js
The text was updated successfully, but these errors were encountered:
dangoor
changed the title
[js code hints] jump to definition inside quick editor on a function not working
jump to definition inside quick editor on a function not working
Apr 24, 2014
2.open index.html(under src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files), add
callOtherMethods();
below function foo(), at line 28, save it.3.open quick editor on
callOtherMethods();
->quick editor shows up. Focus on testTryCatch();`, try jump to definition
Actual result: it doesn't go to file1.js, just highlight {}
Expect: jump to definition
testTryCatch()
in file1.jsThe text was updated successfully, but these errors were encountered: