Auto-complete support for Jedi/Pylance for writing code faster. #1222
-
I have been using flask for a while, and default to this extension for database integration. One of the issues I've been facing is: Auto complete support being missing for the package really hurts when there are already a lot of things to remember for the complex apps that are using it. I feel this can be an even powerful tool with the same. I went through Jedi's issue - davidhalter/jedi#1372 Is this something that can be implemented? I am willing to help with the same. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There's a proposed fix here: I just tested it out myself by replacing Flask-SQLAlchemy in my requirements.txt with this line: Before: (Current Flask-SQLAlchemy 3.0.3)After: (With the PR change)Feel free to try it and see if it works for you as well. We hope to release the fix soon. |
Beta Was this translation helpful? Give feedback.
-
Does this add suggestions to other things?
|
Beta Was this translation helpful? Give feedback.
There's a proposed fix here:
#1207
I just tested it out myself by replacing Flask-SQLAlchemy in my requirements.txt with this line:
git+https://github.com/Zoupers/flask-sqlalchemy.git@0a2af2fd9bee6dd7ccdb628caa065d30ddb14613
Before: (Current Flask-SQLAlchemy 3.0.3)
After: (With the PR change)
Feel free to try it and see if it works for you as well. We hope to release the fix soon.