mblode/vscode-twig-language-2

FR: autoCreateQuotes

urbantrout opened this issue · 1 comments

It would be nice if this extension would create quote on tab completion on attributes. Just like html.autoCreateQuotes.

Use this settings, The original one is wrong, it breaks the html syntax.

    "files.associations": {
        "*.twig": "html"
    },
    "emmet.includeLanguages": {
        "twig": "html"
    },