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

better hint / autocompletion for INNER JOIN, LEFT JOIN, GROUP BY #19178

Open
pierresh opened this issue May 23, 2024 · 0 comments
Open

better hint / autocompletion for INNER JOIN, LEFT JOIN, GROUP BY #19178

pierresh opened this issue May 23, 2024 · 0 comments

Comments

@pierresh
Copy link

The autocompletion in Codemirror is very useful.

But it could be improved. For example, the word "INNER" is always used with JOIN. But currently, I need to type INNER and then JOIN. It would be much better if just typing inn, it would suggest also INNER JOIN.

Same for:
lef, it would suggest also LEFT JOIN
gro, it would suggest also GROUP BY

And probably other combinations of SQL words that are used together.

WX20240523-174441@2x

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

1 participant