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

Support Go-to-Implementation #9413

Closed
dbaeumer opened this issue Jun 29, 2016 · 2 comments
Closed

Support Go-to-Implementation #9413

dbaeumer opened this issue Jun 29, 2016 · 2 comments
Labels
Duplicate An existing issue was already created Suggestion An idea for TypeScript Visual Studio Integration with Visual Studio

Comments

@dbaeumer
Copy link
Member

From @frogcjn on June 28, 2016 7:36

Intellisense allows us using command + click to jump into definition (*.d.ts) or other typescript source files,
but some module needs us to quick view its javascript source file. like 'express' module or 'mongoose' module.

Is there is a quick way to jump into /node_modules/express/index.js or /node_module/express/mongoose/index.js from symbols in TypeScript source file?

Copied from original issue: microsoft/vscode#8244

@dbaeumer
Copy link
Member Author

I am not aware of one. I tried to do a import and then use navigation but that didn't work. Will move to the TS team since such a smartness has to come from them.

@DanielRosenwasser DanielRosenwasser changed the title Is there a quick way to jump into JS source code from TS? Support Go-to-Implementation Jun 29, 2016
@DanielRosenwasser DanielRosenwasser added Suggestion An idea for TypeScript Visual Studio Integration with Visual Studio labels Jun 29, 2016
@mhegazy mhegazy added the Duplicate An existing issue was already created label Sep 15, 2016
@mhegazy
Copy link
Contributor

mhegazy commented Sep 15, 2016

This is a duplicate of #6209, and should be fixed by #10482

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created Suggestion An idea for TypeScript Visual Studio Integration with Visual Studio
Projects
None yet
Development

No branches or pull requests

3 participants