Skip to content

Instantly share code, notes, and snippets.

@colin-h
Last active April 18, 2024 04:12
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