You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Bobronium You're right, there's a few places where tab completion needs improving.
When I originally wrote the library, both iPython and VSCode used the jedi library under the hood for tab completion, and it gave pretty solid results. But now VSCode uses Pylance. And I think Pycharm uses something proprietary.
While autocompletion does work when building the query, unfortunately, it does not work for query results:
I can imagine that it can be nontrivial to implement, but SQLModel proved that it's possible:
Screenshot from fastapi/sqlmodel#58:
The text was updated successfully, but these errors were encountered: