Closed
Description
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