Skip to content
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

Pycharm IDE can not show some suggestions about Gino #755

Open
duongvox99 opened this issue Jan 22, 2021 · 3 comments
Open

Pycharm IDE can not show some suggestions about Gino #755

duongvox99 opened this issue Jan 22, 2021 · 3 comments
Labels
question A community question, closed when inactive.

Comments

@duongvox99
Copy link

My PyCharm IDE does not show any suggesstion which I see in documentation page of Gino.
Anyone can help me to config IDE or any ways to fix it, please?
Thank you very much.

Screenshot from 2021-01-22 16-28-03

@duongvox99 duongvox99 added the question A community question, closed when inactive. label Jan 22, 2021
@NWYLZW
Copy link

NWYLZW commented Mar 3, 2021

+1

@mikekeda
Copy link

mikekeda commented Mar 3, 2021

Pycharm can use stubs for suggestions - https://www.jetbrains.com/help/pycharm/stubs.html
and I found stubs for gino - https://github.com/bryanforbes/gino-stubs/
You could try to use this

@fantix
Copy link
Member

fantix commented Mar 21, 2021

Thanks for all the comments!

As SQLAlchemy 1.4 is going to have experimental support on typing, let's try to include native typing support in GINO 1.4 (likely the next major release after 1.1) with dataclasses, or find a way to live together with SQLAlchemy ORM (or its mapper) in peace. Refs #688

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A community question, closed when inactive.
Projects
None yet
Development

No branches or pull requests

4 participants