A
A
Agent Gus2018-08-03 22:28:52
Emmet
Agent Gus, 2018-08-03 22:28:52

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 question

Ask a Question

731 491 924 answers to any question