-
Notifications
You must be signed in to change notification settings - Fork 133
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
Question: Java Class Hierarchy Navigation #152
Comments
@testforstephen would be the perfect person to answer this question. |
|
Here to update that Go to Override was implemented and released as Go to Super Implementation. @Ld00d please check it out. |
I see Go to Super Implementation in the hover, and that works. Still not as simple as IntelliJ's approach, but I can work with this. Thanks! |
Cheers. And we are in the process of adding Type hierarchy support. Stay tuned. |
@akaroml any update on this? |
VS Code will work on this. Whenever the type hierarchy API is available, Java will be quick to pick up. |
type hierarchy has been supported in vscode java extension, so closing it. |
Is there a way to navigate between implementation and overrides of interface or abstract class definitions? IntelliJ does this with an icon in the gutter that lets you traverse up and down the hierarchy. The icons appear next to the interface/class declaration and next to the methods.
The text was updated successfully, but these errors were encountered: