neoclide / coc-emmet

Emmet extension for coc.nvim
178 stars 9 forks source link

snippets.json #37

Open N4tus opened 3 years ago

N4tus commented 3 years ago

Is there a way to define a snippets.json file?. And if yes, how/where do I do that?

martin-braun commented 1 year 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?

chemzqm commented 1 year ago

Use coc-snippets for snippets, this extension expand emmet only