-
Notifications
You must be signed in to change notification settings - Fork 36
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
IDE auto completion #79
Comments
Could this also be used to generate stubs for mypy and others? |
Definitely sounds interesting. I haven't worked with mypy yet besides some small experiments, but I'm planning to give it a go in quodlibet some time. One question is how we would provide those stubs to users and how jedi/mypy could discover them. Does anything similar exist already? |
There is typeshed: https://github.com/python/typeshed |
I've opened pygobject/pycairo#99 my plan is to test things out with pycairo and then take it from there.. |
Thank you for looking into this @lazka excited to see the possibilities. fakegir gets you most of the way there, but it is prone to issues and requires quite a bit of manual tweaking(Though I imagine any solution might require tweaking haha). If you need anyone to test this out, just ping me! Fyi, i'm on OS X, using vscode. |
Hey, @lazka I'd like to ask if you still plan to support stubs, I'm looking forward to using them :) |
|
Provide fake python packages for IDE auto completion: most of the logic is already there, so why not
Existing code: https://github.com/strycore/fakegir
The text was updated successfully, but these errors were encountered: