M
M
Maxim Kalinin2018-06-09 00:09:13
Emmet
Maxim Kalinin, 2018-06-09 00:09:13

How to set up Emmet for BEM in Visual Studio Code?

There is an article where they show how you can make up BEM using Emmet.
To do this, you need to register in the settings:

{
  "syntaxProfiles": {
    "html" : {
      "filters" : "html, bem"
    }
  },
  "preferences": {
    "bem.elementSeparator":"__",
    "bem.modifierSeparator":"--",
    "bem.shortElementPrefix":"-"
  }

I registered in my VS Code, but nothing works. What's wrong?
S1RUMTH.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
motr, 2018-06-09
@gMefesto

I just checked it myself, it worked.
5b1ba46cf10ff995607014.gif