We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeHierarchy
We are working on supporting TypeHierarchy feature in vscode-java extension via LSP and there is a WIP PR here: redhat-developer/vscode-java#2376. The new version of vscode-languageclient (8.0.0+) requires API TypeHierarchyItem from vscode module, and in theia we found in https://eclipse-theia.github.io/vscode-theia-comparator/status.html, TypeHierarchyItem has not been supported yet, which causes the extension fail to activate in Theia.
vscode-languageclient
TypeHierarchyItem
vscode
Hope Theia can support the TypeHierarchy related APIs so the new implementation can work.
The text was updated successfully, but these errors were encountered:
vscode-languageserver-protocol
Closed thanks to #11694.
Sorry, something went wrong.
No branches or pull requests
Feature Description:
We are working on supporting TypeHierarchy feature in vscode-java extension via LSP and there is a WIP PR here: redhat-developer/vscode-java#2376. The new version of
vscode-languageclient
(8.0.0+) requires APITypeHierarchyItem
fromvscode
module, and in theia we found in https://eclipse-theia.github.io/vscode-theia-comparator/status.html,TypeHierarchyItem
has not been supported yet, which causes the extension fail to activate in Theia.Hope Theia can support the TypeHierarchy related APIs so the new implementation can work.
The text was updated successfully, but these errors were encountered: