-
Notifications
You must be signed in to change notification settings - Fork 12
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
Providing extra info when autocompleting #7
Comments
this looks useful, already autocompletes table names: https://github.com/CybercentreCanada/jupyterlab-sql-editor |
I'll check |
another example: https://github.com/pbugnion/jupyterlab-sql |
I found that this extension is more useful because it provides autocomplete - but only for sparksql and trino magics. Would it be more viable to incorporate this extension and try to extend it to include jupysql magic, or to replicate the basic methods it uses for autocomplete directly in our own plugin? |
we need to implement our own, but we can use those extensions as a reference for our implementation |
@bryannho what's the status here? |
Had started on this but paused to work on the CI issue. Will resume but might run into CI issue again |
ok, no worries. I can unassign and assign something else |
It'd be great to provide more context in the autocompletion suggestions
example: add some text explaining that
CREATE TABLE
will create a new database, and also include a link to a documentation page with examples (we can add this to jupysql docs)The text was updated successfully, but these errors were encountered: