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
Post a Comment