mycli icon indicating copy to clipboard operation
mycli copied to clipboard

Feature: start from table completion

Open rklak opened this issue 2 years ago • 0 comments

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 *.

rklak avatar Aug 01 '22 11:08 rklak