Microsoft/TypeScript

Go-to-Implementation & class names

开放

#11,504 创建于 2016年10月10日

 (4 条评论) (0 个反应) (0 位负责人)TypeScript (13,395 个派生)batch import
Domain: APIHelp WantedSuggestion

仓库指标

星标
 (108,860 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南