Open N4tus opened 3 years ago
I'm also confused. Do I have to define a snippet to paste
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</html>
? If so, how to define it and how to paste it? I remember that I could just type some !
to paste this in Visual Studio Code, so how to do it with coc-emmet
?
Use coc-snippets for snippets, this extension expand emmet only
Is there a way to define a snippets.json file?. And if yes, how/where do I do that?