kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Implement type hierarchy

Open themkat opened this issue 2 years ago • 1 comments

In LSP 3.17.0, type hierarchy requests (textDocument/typeHierarchy) was introduced. Can be super useful when you have more than one super type, or subtype, and want to see how everything fit together. Sometimes we have complex inheritance structures, especially when using Java code...

Might look into this myself if I find the time, but making an issue so we don't forget about it.

themkat avatar Apr 12 '22 20:04 themkat

Yes, type hierarchy would be great, maybe we could implement this by capturing the subtype relationships in the index?

fwcd avatar Apr 13 '22 09:04 fwcd