Dave Halter
Dave Halter
This looks like something's broken with either Python3 or VIM, but I have a very limited knowledge about that interaction. Maybe reinstalling Python3.9 from a different source?
You can change the signatures (see docs). Completion is synchronous in jedi-vim. If you want it async you could use language servers for example. Jedi can also be used as...
Jedi does not respect `MYPYPATH`, because it's fundamentally not mypy ;-) Jedi follows this: https://peps.python.org/pep-0561/#type-checker-module-resolution-order I guess just put stubs in front of code in the PYTHONPATH.
I'm keeping this open for now, but I feel like this might not be fixed, since currently nobody is actively working on Jedi. I'm currently working on a Rust replacement...
You have to provide the debug info...
Open a new issue and you see it. you just deleted it.
I will have to test this. But be aware that I'm also trying to release a new Jedi version and that has a slightly higher priority. Expect a delay of...
> while I can see and appreciate the Jedi work you are doing, you should just use this jedi-vim branch while working on it, and report any issues here.. :)...
I'm now using it locally. Before I've had so many issues with Jedi that it would not have made sense to destabilize one more thing :)
My first impression is that it works really well except for that one strange case, I never seem able to reproduce. Sometimes the call signature won't disappear. Do you have...