jedi-language-server
jedi-language-server copied to clipboard
Display object (inferred) type in VSCode's tooltip?
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:
- With Jedi:
As you can see, the type isn't displayed in the tooltip, even if Jedi correctly understands that it's a list.
I also would love this feature!