sublimetext3 - How to add shortkeys in SublimeText2 -


keys such log.: log.withfields(logfields). how can this,i checked in preferences > key bindings found how set keys such ctrl c ...

i found solution add in preferences>key bindings user

{ "keys": ["l", "o","g","."], "command": "insert_snippet", "args": {"contents": "log.withfields(logfields)."} } 

Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -