Answers for "add custom snippet to emmet for javascirpt in vscode"

1

how to add custom snippets in emmet in visual studio code

"Console log": {
    "prefix": "clog",
    "body": "console.log('$1');",
    "description": "Log output to console"
}
Posted by: Guest on September-30-2020
-1

vs code how to add emmet

1) Press: ctrl + shift + p 
2) Type ">user snippets"
3) Choose a language / file
Posted by: Guest on December-12-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language