Skip to content

Html auto close tag does not work with this extention #3

Description

@MadGeorge

Hello. THank you for this plugin.

I faced problem to setup VS Code to work with both - Stencil and Html in the same file.

In case of

"files.associations": {
        "*.html.stencil": "stencil-html"
    }

Stencil markup autocompletion works well, but html tags auto close feature does not.

In case of

"files.associations": {
        "*.html.stencil": "html"
    }

html auto close tags works, but stencil markup does not.

How to force it to work in both ways?

VC Code v. 1.38.0, Stencil extension installed through extensions catalog.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions