python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.75k stars 187 forks source link

Feature Request: Implement Type Hierarchy support #535

Open Gavinok opened 3 months ago

Gavinok commented 3 months ago

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

This way users can investigate classes, inheritance, and their many available methods.