pappasam / jedi-language-server

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

Display object (inferred) type in VSCode's tooltip? #253

Open wtfzambo opened 1 year ago

wtfzambo commented 1 year ago

Hello, I'm writing here because I have this issue only when working with Jedi (which I prefer) as opposed to Pylance, but I'm not even sure if it's feasible or depends on this project.

Is it possible to add the type of an object to the info tooltip? E.g.:

As you can see, the type isn't displayed in the tooltip, even if Jedi correctly understands that it's a list.

AndreaVidali commented 1 year ago

I also would love this feature!