Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jump to another file doesn't work #18640

Closed
colincxz opened this issue Jan 17, 2017 · 1 comment
Closed

jump to another file doesn't work #18640

colincxz opened this issue Jan 17, 2017 · 1 comment
Assignees
Labels
javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@colincxz
Copy link

  • VSCode Version:1.8.1
  • OS Version:macOS 10.12.2

Steps to Reproduce:

// file a.js
const M = module.exports = {};
M.A = '';

//file b.js
const M = require('./a');
const A = M.A;

and now press command and click A of M.A in b.js, it can noe jump to M.A where in a.js

@colincxz colincxz changed the title jumo to another file doesn't work jump to another file doesn't work Jan 17, 2017
@dbaeumer dbaeumer added the javascript JavaScript support issues label Jan 17, 2017
@waderyan waderyan assigned mjbvz and unassigned waderyan Jan 18, 2017
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Jan 19, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Jan 19, 2017

This is really another manifestation of microsoft/TypeScript#7632 since M.A has an any type. Closing as upstream

@mjbvz mjbvz closed this as completed Jan 19, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants