Answer the question
In order to leave comments, you need to log in
How to set up emmet in VS Code?
Hello, I'm using VS Code editor .
How can I make emmet fire and give hints only for -
div,ul,li,a ?
(I can turn off all emmet hints, but that's different)
When I write if, doctt , emmet gives this (emmet abbreviation).
And I would like that when I write @if, etc., emmet does not react to it, only to div.
I hope you understand me)
My config, if necessary:<if></if><doctt></doctt>
{
"emmet.triggerExpansionOnTab": true,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"emmet.showAbbreviationSuggestions": false,
"emmet.excludeLanguages": [
"php"
],
"blade.format.enable": true,
"emmet.showExpandedAbbreviation": "never",
}
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