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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -