dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.49k stars 663 forks source link

No auto-completion for quotes,brackets,etc #994

Closed shubham-cpp closed 3 years ago

shubham-cpp commented 3 years ago

I dont know if this feature exists or not and its not mentioned in the docs as well but how can I get mycli to auto-complete ',(,etc.

Eg:

insert into students(roll_no,fname,lname) values (1001,'

Now this should automatically enter

insert into students(roll_no,fname,lname) values (1001,'')
j-bennet commented 3 years ago

Correct, we don't have this feature.

shubham-cpp commented 3 years ago

No issue, I could just edit the query with editor using \e as mention here