Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code - command 'emmet.expandAbbreviation' not found

Emmet Abbreviations are not working for me in VS Code. I looked up solutions, and added "emmet.triggerExpansionOnTab": true to my settings.json file.

When I added it, every time I pressed tab to indent it says "command 'emmet.expandAbbreviation' not found".

It stops showing that once I remove the line.

Additionally, there is no syntax coloring or suggestions in HTML files. I tried to fix it by adding "files.associations": {"*.html": "html"} but that didn't work either.

Does anyone know how to fix this?

like image 935
big papa Avatar asked Feb 08 '26 00:02

big papa


1 Answers

I had this issue too, but I simply restarted VS Code and that actually solved the problem!

like image 137
Jared Stark Avatar answered Feb 12 '26 04:02

Jared Stark