quick input define.

Yeats

Member²
i want to define a quick input :

when i input "se" and press tab , then the string "select" displayed in the editor.

is there any plugin can do this? thanks
 
Personally, I'd avoid 2-character shortcuts as they become annoying when you type something like 'select * from user_segments se'. (Having said that, I find 's*' works well as a shortcut for 'select * from', and 'sc*' for 'select count(*) from'.)
 
Last edited:
Back
Top