Skip to content
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

vscode: Support TypeHierarchy APIs #10993

Closed
CsCherrYY opened this issue Apr 6, 2022 · 1 comment
Closed

vscode: Support TypeHierarchy APIs #10993

CsCherrYY opened this issue Apr 6, 2022 · 1 comment
Labels
vscode issues related to VSCode compatibility

Comments

@CsCherrYY
Copy link

CsCherrYY commented Apr 6, 2022

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 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.

Hope Theia can support the TypeHierarchy related APIs so the new implementation can work.

  • TypeHierarchyItem
  • TypeHierarchyProvider
  • registerTypeHierarchyProvider
@CsCherrYY CsCherrYY changed the title vscode: Support TypeHierarchyItem class vscode: Support TypeHierarchy APIs Apr 6, 2022
@vince-fugnitto vince-fugnitto added the vscode issues related to VSCode compatibility label Apr 6, 2022
@vince-fugnitto
Copy link
Member

Closed thanks to #11694.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

2 participants