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

Providing extra info when autocompleting #7

Open
edublancas opened this issue Mar 29, 2023 · 8 comments
Open

Providing extra info when autocompleting #7

edublancas opened this issue Mar 29, 2023 · 8 comments

Comments

@edublancas
Copy link
Contributor

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)

@edublancas
Copy link
Contributor Author

this looks useful, already autocompletes table names: https://github.com/CybercentreCanada/jupyterlab-sql-editor

@neelasha23

@neelasha23
Copy link
Contributor

I'll check

@edublancas
Copy link
Contributor Author

another example: https://github.com/pbugnion/jupyterlab-sql

@bryannho
Copy link
Contributor

bryannho commented Sep 29, 2023

this looks useful, already autocompletes table names: https://github.com/CybercentreCanada/jupyterlab-sql-editor

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?

@edublancas
Copy link
Contributor Author

we need to implement our own, but we can use those extensions as a reference for our implementation

@edublancas
Copy link
Contributor Author

@bryannho what's the status here?

@bryannho
Copy link
Contributor

bryannho commented Oct 5, 2023

@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

@edublancas
Copy link
Contributor Author

ok, no worries. I can unassign and assign something else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants