I've been using HTML Snippets extension for HTML snippets in VSC for a while, however in my most recent project these have stopped working. I've tried researching why this is, and I can't find a straight answer on how to fix it. Being unable to use HTML snippets is severely limiting the speed of my html coding.
Asked
Active
Viewed 3,424 times
1
-
looking at the extension page it looks a lot like Emmet, see VSC docs pages – rioV8 May 07 '22 at 18:29
-
download the v0.1.0 vsix file, unzip the file and use the `snippets,json` file inside and copy the content to your local `html.json` snippet file – rioV8 May 07 '22 at 18:37
-
it has stopped working in 2017-Dec, I don't call this recent – rioV8 May 07 '22 at 23:48
-
It was still working for me until yesterday, hence why I said recently. – Evelyn May 08 '22 at 12:27
-
you can add all the snippets from the extension (v0.1.0) to the `django-html` user snippets file – rioV8 May 08 '22 at 12:30
1 Answers
1
bro, the author has disabled this extension
Update 5
Disabling this extension as its functionality has been absorbed by VS Code main html extension.
Download
You can get the previous working version here, just remove the previously installed extension, also do not update this extension after installation

Dean Van Greunen
- 5,060
- 2
- 14
- 28
-
1How do I enable the vscode main html extension then? I've definitely not got any snippets right now. – Evelyn May 07 '22 at 13:13
-
-
1I overlooked the fact I'm working in django-html which VSC identifies as a different language mode as html, so my solution ended up being adding django html to the emmet included languages which appears to have worked and snippets are now working again. – Evelyn May 07 '22 at 13:20