Skip to content

jump to another file doesn't work #18640

@colincxz

Description

@colincxz
  • 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

Metadata

Metadata

Assignees

Labels

javascriptJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions