Last active
April 18, 2024 04:12
-
-
Save colin-h/84067a5ab45d44c3d5b70dbe4c49ec10 to your computer and use it in GitHub Desktop.
Highly effective debugging snippet.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"CLOG THE LOG": { | |
"scope": "javascript,typescript,javascriptreact,typescriptreact", | |
"prefix": "clog", | |
"body": [ | |
"console.log('$1', $1)" | |
], | |
"description": "Splits your cursor into two horcruxes allowing you to clog your log with variables more efficiently." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment