Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

jump to definition inside quick editor on a function not working #3951

Open
jodyzhang opened this issue May 21, 2013 · 2 comments
Open

jump to definition inside quick editor on a function not working #3951

jodyzhang opened this issue May 21, 2013 · 2 comments

Comments

@jodyzhang
Copy link
Contributor

  1. 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

@ghost ghost assigned eztierney Jun 3, 2013
@pthiess
Copy link
Contributor

pthiess commented Jun 3, 2013

@eztierney

@redmunds
Copy link
Contributor

Was assigned to tern team, so marking "Needs Review".

@dangoor dangoor self-assigned this Apr 1, 2014
@dangoor 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants