-
Notifications
You must be signed in to change notification settings - Fork 441
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
Inheritance hierarchy support #649
Comments
This depends on eclipse-jdtls/eclipse.jdt.ls#28 and before that, microsoft/language-server-protocol#136. |
Call Hierarchy and Type/Method Hierarchy are the two features I've been looking forward most eagerly which are both not implemeted yet, sadly. |
We've had call & type hierarchy support for some time now so I'll close this issue. Method inheritance hierarchy would be a great addition, which is also very convenient. |
Add support for inheritance hieararchy.
cquery (C++ language server) implements it via extension method
$cquery/inheritanceHierarchy
to langauge server. On the vscode side it introduces pane in the explorer sidebar:Environment
The text was updated successfully, but these errors were encountered: