ellie-commons / sequeler

SQL Client built in Vala
GNU General Public License v3.0
804 stars 66 forks source link

Autocomplete in the query view #342

Open BharatKalluri opened 4 years ago

BharatKalluri commented 4 years ago

I'm not sure if this has been asked before, but autocomplete while writing a query will be really helpful.

I am not referring to context aware completions, autocomplete of (all table names + all sql keywords + all column names in all tables) will really speed up query writing process. :smile: