Answer the question
In order to leave comments, you need to log in
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":"-"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question