sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
803 stars 57 forks source link

Ability to navigate through auto-complete and validate #25

Closed utopic-men closed 8 years ago

utopic-men commented 8 years ago

The auto-complete could be helpful if we could select and validate an item. Or is it possible yet ???

sasha-alias commented 8 years ago

I'm not sure I understand the question. What does mean to validate an item?

utopic-men commented 8 years ago

Thank you for your response.

For example, when I start writing a table name, a contextual list appears offering me different table names. It would be great if I can click on an list item (or select it using my keyboard : better) and it autocompletes my writing.

(Sorry for my poor english).

olsender commented 8 years ago

I think you are looking for Tab and Shift+Tab keyboard shortcuts, they navigate through the list and substitute the values

utopic-men commented 8 years ago

Yes ! Thank you ! Great !