Dave Halter

Results 356 comments of Dave Halter

But how would such a code action look like? What's the CodeActionKind? I know that that's what code actions are targeted at, but I'm not sure how editors work with...

I'm not against this, but I feel like we should do autocompletion first. I'm keeping it open for that. The other thing is something you or somebody else could implement,...

Looks like a Jedi bug, probably around enumerate, because that function is a bit special AFAIK.

I'm pretty sure this is a bug, because True and False are probably inferred as `bool` instead of `bool()`.

That's actually pretty fast. Did you index all the subfolders (asyncio, multiprocessing, json, etc)? Also can you post the script? I wonder if it's "complete".

@hajs I would still be interested :)

This issue will likely not be implemented in Jedi. I'm probably going to try to re-implement Jedi in Rust, to gain further speed and fix this issue. But we're speaking...

> @davidhalter are you still interested in this idea? I'm currently planning on building out a database of all potential imports using Jedi for the symbol inspection. Would you be...

Will post it here once it's in a good shape. However I want to do a lot of things the right way this time so I'm keeping it private for...

> I profiled some language servers using jedi and it appears that get_signatures call is the major bottleneck What did you profile? Can you share the results?