You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to speed up query building process. Most of the time i need to write SELECT * FROM tableName and than come back to * to have autocompletion for columns.
It will be nice to type sth like {prefix} tableName to get table autocompletion and after hit some keystrokes(< TAB >, < ENTER > whatever) it will expand to SELECT * FROM tableName witch caret at *.
The text was updated successfully, but these errors were encountered:
I would like to speed up query building process. Most of the time i need to write
SELECT * FROM tableName
and than come back to*
to have autocompletion for columns.It will be nice to type sth like
{prefix} tableName
to get table autocompletion and after hit some keystrokes(< TAB >, < ENTER > whatever) it will expand toSELECT * FROM tableName
witch caret at*
.The text was updated successfully, but these errors were encountered: