Q:

how to add custom snippets in emmet in visual studio code

"emmet.triggerExpansionOnTab": true
4
"Console log": {
    "prefix": "clog",
    "body": "console.log('$1');",
    "description": "Log output to console"
}
1
<!-- hold the Left Shift key with the ! (exclamation mark) and press enter -->

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
1

New to Communities?

Join the community