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

feat(editor): Support SQL keyword hint for tables and columns names #329

Merged
merged 2 commits into from Sep 4, 2023

Conversation

ZonaHex
Copy link
Collaborator

@ZonaHex ZonaHex commented Sep 4, 2023

We use SQLConfig from lang-sql of Codemirror here.
In the future, we hope to add more easy-to-use hints and autocompletion.
For #248

@ZonaHex ZonaHex merged commit f3567ed into main Sep 4, 2023
1 check passed
@ZonaHex ZonaHex deleted the feat/sql-hint branch September 4, 2023 09:33
@ZonaHex ZonaHex changed the title feat(editor): support SQL keyword hint for tables and columns names feat(editor): Support SQL keyword hint for tables and columns names Sep 20, 2023
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

Successfully merging this pull request may close these issues.

Support autocompletion and show hint for SQL table and column names in CodeMirror editor
2 participants