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

[js code hints] jump to definition doesn't jump to the file in another location out of JavaScriptCodeHints folder #3742

Open
jodyzhang opened this issue May 7, 2013 · 3 comments
Assignees

Comments

@jodyzhang
Copy link
Contributor

  1. open "JavaScriptCodeHints" folder
  2. open ScopeManager.js file
  3. search "CollectionUtils.hasProperty", put cursor on "hasProperty", press command+j(to jump to hasProperty method
    -> no jump happens.
  4. open CollectionUtils.js file(so it is loaded into brackets)
  5. repeat step 3
    ->still no jump to that code

Expect: open the file(if not open), jump to that definition.

@ghost ghost assigned dloverin May 13, 2013
@pthiess
Copy link
Contributor

pthiess commented May 13, 2013

Reviewed @dloverin -- case 3 seems fact of live - we may include working set files, however.

@peterflynn
Copy link
Member

This has some commonality with #1377 -- I think both would be fixed by making FileIndexManager include working set files in its listings.

@redmunds
Copy link
Contributor

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

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

6 participants