Skip to content

vscode: Support TypeHierarchy APIs #10993

Closed
@CsCherrYY

Description

@CsCherrYY

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    vscodeissues related to VSCode compatibility

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions