-
Notifications
You must be signed in to change notification settings - Fork 12.8k
[tsserver] Support for "Search Hierarchy Type" #8268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you asking about something like an "implement interface" command? |
Sounds more like a restricted "find all references" that only shows references for |
So find all implementations? |
Yes.
Exactly! |
It seems that #10482 should fix this issue? |
Maybe it can be implemented calling to this command several times (once per node in the hierarchy tree). But maybe it is too slow |
Taking #10482 as the definitive fix |
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):
The text was updated successfully, but these errors were encountered: