-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
vscodeissues related to VSCode compatibilityissues related to VSCode compatibility
Description
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
rgrunber, deboer-tim and jdneo
Metadata
Metadata
Assignees
Labels
vscodeissues related to VSCode compatibilityissues related to VSCode compatibility