jedi-language-server icon indicating copy to clipboard operation
jedi-language-server copied to clipboard

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

Open wtfzambo opened this issue 2 years ago • 1 comments

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.:

  • With Pylance:

image

  • With Jedi:

image

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

wtfzambo avatar Jan 20 '23 17:01 wtfzambo

I also would love this feature!

AndreaVidali avatar Mar 03 '23 13:03 AndreaVidali