-
-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jedi+ycm doesn't work with boto3-stubs #1904
Comments
Can you run this with Jedi commands directly and also run |
Sure, here what I have: > cat test.py
import jedi
jedi.set_debug_function()
jedi.Script(
" from boto3 import client; s3_client = client('s3'); s3_client."
).complete() And here the result: It looks like it stopped on upd: it's the fresh master c89fa8e |
Yeah, this is probably a hard one, because Jedi gives up, because it had to infer too many things. I would say this is part of #1059 and I will therefore close this issue. Note that this is a general architecture issue and the Rust rewrite I'm currently doing is probably already able to infer the types you're using correctly. |
Hello!
I've installed boto3-stubs[essential], but it, unfortunately, doesn't show anything when I try to complete a simple code:
Here's the result of
:YcmDebugInfo
:I'd like to provide more info, so here some more info
OS: Arch Linux
Related packages:
The text was updated successfully, but these errors were encountered: