eclipse.jdt.ls
eclipse.jdt.ls copied to clipboard
Move TypeHierarchy to LSP
Related to https://github.com/redhat-developer/vscode-java/pull/2376
this PR moves the Type Hierarchy implementation to LSP based, since LSP4J has no official support for type hierarchy I declare the requests as ProtocolExtensions.
Signed-off-by: Shi Chen [email protected]