Go-to-Implementation & class names #11504
Labels
API
Relates to the public API for TypeScript
Help Wanted
You can do this
Suggestion
An idea for TypeScript
Milestone
I have started to implement "Go-to-Implementation" by consumming tsserver "implementation" command inside Eclipse to do the same thing than Java:
See #8268
The tsserver "implementation" command returns list of FileSpan (file, location)) but not the text of the implemented class ("MyServiceA", "MyServiceB"). If you see the below screenshost, it should be really cool to have too the name of the classes which implement the interface.
Many thanks
The text was updated successfully, but these errors were encountered: