Improve javascript snip.
This commit is contained in:
parent
62871c00e7
commit
fb74e09c89
@ -68,6 +68,7 @@ snippet setTimeout-function
|
|||||||
options head
|
options head
|
||||||
setTimeout(function() { ${0} }, ${1:10});
|
setTimeout(function() { ${0} }, ${1:10});
|
||||||
|
|
||||||
snippet cl
|
snippet console-log
|
||||||
|
alias cl
|
||||||
options head
|
options head
|
||||||
console.log(${0:#:output});
|
console.log(${0:TARGET});
|
||||||
|
Loading…
Reference in New Issue
Block a user