Skip to content

Commit de8fce9

Browse files
authored
Add "log" prefix for console.log (rafamadriz#503)
1 parent 141a5d9 commit de8fce9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/javascript/javascript.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@
431431
"prefix": "cl",
432432
"body": "console.log(${0})"
433433
},
434+
"console.log with log": {
435+
"prefix": "log",
436+
"body": "console.log(${0})"
437+
},
434438
"console.log a variable": {
435439
"prefix": "cv",
436440
"body": "console.log('${1}:', ${1})"

0 commit comments

Comments
 (0)