Skip to content

Instantly share code, notes, and snippets.

@colin-h
Last active April 18, 2024 04:12
Show Gist options
  • Save colin-h/84067a5ab45d44c3d5b70dbe4c49ec10 to your computer and use it in GitHub Desktop.
Save colin-h/84067a5ab45d44c3d5b70dbe4c49ec10 to your computer and use it in GitHub Desktop.
Highly effective debugging snippet.
{
"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