nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.37k stars 285 forks source link

feat: add type hierarchy #1423

Closed jiangyinzuo closed 2 months ago

jiangyinzuo commented 2 months ago

Implement https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareTypeHierarchy

Most of the code is copied from callhierarchy.lua

jiangyinzuo commented 2 months ago

The screenshot of :Lspsaga subtypes image