pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
596 stars 45 forks source link

Support for `textDocument/typeDefinition` #221

Closed marcelofern closed 2 years ago

marcelofern commented 2 years ago

Hi folks, hope you're doing well.

This might be a shot in the dark, but is it possible to add support for textDocument/typeDefinition? Or is this something beyond Jedi capabilities?

Thanks for the great work by the way.

pappasam commented 2 years ago

This should be easy to implement, I'll try get this out sometime soon!