-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
microsoft/vscode
#269605Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels