Last active
June 3, 2020 10:51
-
-
Save suhajdab/23527b7e7f8cbc55284353a81ebcb62f to your computer and use it in GitHub Desktop.
Easily searchable, filterable, custom console.log snippet for Visual Studio Code
This file contains hidden or 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
{ | |
"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