Step 1: ctrl + p -> configure user snippets and select Javascript.json & Javascriptreact.json
{
"color console" : {
"prefix": "colorconsole",
"body": [
"console.log('%c Oh my heavens! ', 'background: #222; color: #bada55', );"
],
"description": "color console"
}
}
Step 2: Then in vscode setting
Top comments (0)