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

Implement Go to Declaration. #304

Closed danielroseman closed 7 months ago

danielroseman commented 7 months ago

This uses the Goto functionality but does not follow imports.

Inspired by the discussion in #284