Support Go-to-Implementation #9413
Labels
Duplicate
An existing issue was already created
Suggestion
An idea for TypeScript
Visual Studio
Integration with Visual Studio
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
The text was updated successfully, but these errors were encountered: