Skip to content

Instantly share code, notes, and snippets.

View colin-h's full-sized avatar

Colin Harman colin-h

  • Buildforce
  • Austin, TX
View GitHub Profile
@colin-h
colin-h / clog-the-log.code-snippets
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."
}
}