Closed
Description
It should be cool if tsserver could provide a new command "findHierarchyType" to retrieve list of types which implement an interface.
In other words I would like to provide te same feature than Eclipse plugins for Java inside typescript.java: open a popup which displays list of types (MyServiceA, MyServiceB etc) which implement an interface (IService):