Autocomplete in SQL Editor? #5492
GalacticSun
started this conversation in
General
Replies: 3 comments 1 reply
-
|
There is already an autocomplete - just as you described it. Use Ctrl+Space. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Oh ok. Is there a way to remap those hotkeys or perhaps make it automatic (no hotkey needed, like in an IDE)? I have Ctrl-Space mapped to Ulauncher system-wide (I'm on Linux). |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Ah, very nice! Thanks again, Pawel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I greatly appreciate SqliteStudio, thank you for creating it!
I have an idea for the SQL Editor. I'm curious if you would consider adding this functionality:
When writing some SQL in the SQL Editor, have autocomplete of what you're typing based on the tables and columns in the database you're working in.
For example, if you typed "select user_id from users where first_name = ..." etc, there would be a little dropdown or something that you could press Tab (or up/down key to select the desired option, then Tab), for autocompleting "user_id", "users", "first_name", etc.
Anyway, just an idea. Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions