mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
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>
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.