Microsoft/TypeScript

Go-to-Implementation & class names

Ouverte

#11 504 ouverte le 10 oct. 2016

 (4 commentaires) (0 réaction) (0 personne assignée)TypeScript (13 395 forks)batch import
Domain: APIHelp WantedSuggestion

Métriques du dépôt

Stars
 (108 860 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur