-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Crash on autocomplete when using type hints for protobuf classes #794
Comments
This will be fixed in a few days (maybe weeks) once jedi 0.12.0 is released. |
@davidhalter do you mind sharing a link where I can follow up on this? Will Jedi be able to autocomplete this metaclass magic that's going on or will just the crash be avoided? Protobuf generates this really weird code from the proto files and all IDEs fail to work with this. pyCharm doesn't do anything and vim crashed so if Jedi now somehow learns to autocomplete this, that would be amazing. |
You can follow the release schedule here: davidhalter/jedi#1063. Understanding metaclass magic will only be possible with davidhalter/jedi#626. So I'm sorry to disappoint you, understanding this is not that easy :) |
Thanks! Apparently there's a mypy-protobuf project by the Dropbox crew |
Vim crashes when using the following code the moment the
.
is placed afterrequest
:it seems the moment the autocomplete is triggered, something is happening with the protobuf generated sources that jedi doesn't like.
The text was updated successfully, but these errors were encountered: