Closed vstirbu closed 10 years ago
Inserts one line snippet console.log(_); with correct cursor position (_is the cursor), from the following template:
console.log(_);
_
[ { "name": "Console log", "trigger": "log", "usage": "", "description": "Creates a console.log", "template": "console.log(!!{cursor});" } ]
@jrowny This works great, good to merge.
Inserts one line snippet
console.log(_);
with correct cursor position (_
is the cursor), from the following template: