Microsoft/TypeScript

Go-to-Implementation & class names

Open

#11.504 aberto em 10 de out. de 2016

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (6.726 forks)batch import
Domain: APIHelp WantedSuggestion

Métricas do repositório

Stars
 (48.455 stars)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (9 fundiu PRs em 30d)

Description

I have started to implement "Go-to-Implementation" by consumming tsserver "implementation" command inside Eclipse to do the same thing than Java:

See https://github.com/Microsoft/TypeScript/issues/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

Guia do colaborador