vscode: command emmet.expandAbbriviation not found

I am experiencing a strange problem with emmet in vs code. after typing some emmet like "!"abbreviation and pressing tab I get a warning saying “command emmet.expandAbbriviation not found” I have double-checked my settings.json and “emmet.triggerExpansionOnTab”: true is there in the file. I have been using vs code for a month but never before I had any problem with emmet, but suddenly this problem has come up

I have noticed that suddenly other extensions like live server have also stopped working and also I’m no longer getting autocomplete suggestions from MDN docs.

I know you know about this problem BUT I NEED PLEASE TO KNOW WHEN WILL IT BE RESOLVED? It does not help to say at every ticket that this is under review and it is duplicate

Please!! Thank you!

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:
  • OS Version:

Steps to Reproduce:

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (6 by maintainers)

Most upvoted comments

Does it work if you use a fresh user data directory? From Windows Terminal, you can launch Code as follows:

mkdir new-dir
code --user-data-dir=new-dir