mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01:00
223ea4bbc0
* Prototype of Implementations Code Lens Provider for TypeScript Adds a prototype code lens that shows the number of implementations for interfaces and abstract classes. This shares a lot of code with the references code lens provider, so I extracted most of the common stuff into a base class. * Support children of interfaces * Add setting to control implementations code lens