Skip to content

Instantly share code, notes, and snippets.

@suhajdab
Last active June 3, 2020 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suhajdab/23527b7e7f8cbc55284353a81ebcb62f to your computer and use it in GitHub Desktop.
Save suhajdab/23527b7e7f8cbc55284353a81ebcb62f to your computer and use it in GitHub Desktop.
Easily searchable, filterable, custom console.log snippet for Visual Studio Code
{
"Custom console.log": {
"scope": "javascript,typescript",
"prefix": "basu",
"body": [
"console.log(",
"\t'%cbasu $1',",
"\t'font: italic 16px monospaced; color: lime',",
"\t$2",
");"
],
"description": "Console.log with custom design"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment