Files
vscode/extensions/html-language-features
Giovanni Magliocchetti 00673479b7 html: add setting to disable end tag suggestions (#269605)
Add html.suggest.hideEndTagSuggestions setting to allow users to
disable automatic end tag completion suggestions.

When enabled, prevents the completion provider from suggesting
closing tags for open elements (e.g., </body> when typing after <body>).

Fixes microsoft/vscode-html-languageservice#216

Signed-off-by: Giovanni Magliocchetti <giovimag123@gmail.com>
2025-10-21 19:24:16 +02:00
..
2025-10-16 11:48:38 +02:00
2025-10-16 11:48:38 +02:00

Language Features for HTML

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See HTML in Visual Studio Code to learn about the features of this extension.

Please read the CONTRIBUTING.md file to learn how to contribute to this extension.