Skip to content

Setting to disable end tag suggestions #216

@kristoff-it

Description

@kristoff-it

Currently it's possible to disable completions for HTML elements in VSCode via the html.suggest.html5 setting. Unfortunately this setting does not turn off completions for closing tags.

To repro, open a html document and type the following (note that you might have to fight autocompletion a little):

<body>
<

At this point you will be prompted with a list of elements and, at the very top, to close body.
If you now disable html.suggest.html5, the list will only contain the suggestion to close body.

Either html.suggest.html5 should also cover closing tag suggestions, or a new dedicated setting should be created, as there's currently no way of disabling this suggestion other than disabling the whole extension.

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