It would be amazing if vscode was able to provide the reference info functionality for TypeScript classes and methods that it provides for C#:
https://code.visualstudio.com/docs/editor/editingevolved#_reference-information

Thanks!
This issue was moved to Microsoft/TypeScript#10500
This issue was moved to Microsoft/TypeScript#10502
Reopening to track feature request. This also could likely be done as an extension.
Also, I'm wondering if it could be possible to display in TypeScript, on demand, the whole prototype chain of a given class in order to have in one glance all inherited properties without navigating through all ancestors of such a class. Maybe I should create a proposal...
@yahiko00 yeah that would be great. The more detailed the proposal the more likely it could get picked up. If you think it applies to VS Code open it up as a new issue in VS Code's repo, otherwise open it in TypeScript. They're very responsive.
@dbaeumer here is the feature request.
This is included in VSCode 1.9. Just add the setting: "typescript.referencesCodeLens.enabled": true to try it out
Most helpful comment
This is included in VSCode 1.9. Just add the setting:
"typescript.referencesCodeLens.enabled": trueto try it out