Answer the question
In order to leave comments, you need to log in
Why might the tag_nl syntax setting for Emmet not work in VS Code?
Trying to wrap inline tags to a new line when using emmet in VS Code
/* a*3 + tab имеем */
<a href=""></a><a href=""></a><a href=""></a>
/* a*3 + tab ожидаемый результат */
<a href=""></a>
<a href=""></a>
<a href=""></a>
"emmet.syntaxProfiles": {
"html": {
"tag_nl": true,
"tag_case": "upper",
}
},
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