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

Feature request: Basic SQL auto-completion #199

Open
landbaychrisburrell opened this issue Aug 19, 2024 · 1 comment
Open

Feature request: Basic SQL auto-completion #199

landbaychrisburrell opened this issue Aug 19, 2024 · 1 comment

Comments

@landbaychrisburrell
Copy link

Hi

Would it be possible to add some basic SQL auto-completion to the SQL editing experience? There are several levels of experience that can be offered, but ideally is inspired from the underlying connection schema..

There are three I have come across, but could be more:

https://github.com/DTStack/monaco-sql-languages
https://github.com/modeldba/sql-autocomplete

Whilst they may not quite replicate the likes of Intellij, it would do a good job at getting to a level similar to phpmyadmin/etc.

@Askir
Copy link
Member

Askir commented Aug 20, 2024

Yes introspection and the corresponding autocomplete is already on my todo list.

Kviklet wont ever become a fully fleshed database browser like datagrip, that's also not quite the vision of the tool. I don't want to encourage people to spend their time on production databases. But you're right that when it is necessary it should at least be somewhat comfortable.

I'm already using the Monaco editor, to help with this. But I haven't quite configured it correctly and haven't built the schema introspection either. Can't promise a timeframe yet, but it'll come eventually.

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

2 participants