Skip to content

Commit

Permalink
Add "log" prefix for console.log (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
an4s911 authored Oct 7, 2024
1 parent 141a5d9 commit de8fce9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snippets/javascript/javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,10 @@
"prefix": "cl",
"body": "console.log(${0})"
},
"console.log with log": {
"prefix": "log",
"body": "console.log(${0})"
},
"console.log a variable": {
"prefix": "cv",
"body": "console.log('${1}:', ${1})"
Expand Down

0 comments on commit de8fce9

Please sign in to comment.