Vscode: Code Lens - Reference information for TypeScript

Created on 19 Aug 2016  路  8Comments  路  Source: microsoft/vscode

  • VSCode Version: 1.4.0
  • OS Version: OSX 10.11.6

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

image

Thanks!

feature-request typescript

Most helpful comment

This is included in VSCode 1.9. Just add the setting: "typescript.referencesCodeLens.enabled": true to try it out

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

v-pavanp picture v-pavanp  路  3Comments

biij5698 picture biij5698  路  3Comments

villiv picture villiv  路  3Comments

borekb picture borekb  路  3Comments

DovydasNavickas picture DovydasNavickas  路  3Comments