-
-
Notifications
You must be signed in to change notification settings - Fork 97
Really need to go parent define and go to implements for property and method. #1720
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
Sounds like type/method hierarchy support. I don't think this has been specified in the Language Server Protocol yet. There's an issue tracking it here microsoft/language-server-protocol#136 . |
I think they support it now. |
@bmewburn Consider to implement this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can use
Find All References
andFind All Implements
, but this is only search down implements.We really need up search override property and method where it's define.
Hope we can have up search and down search for property and method.
Screenshot in phpStorm:
The text was updated successfully, but these errors were encountered: