Auto Close Tag DG
Automatically add closing tags for HTML and XML files.
Features
- Auto close HTML/XML tags when typing
</
- Smart detection of self-closing tags
- Configurable excluded tags list
- Works with JSX and TSX files
- Lightweight and fast
Usage
- Open any HTML or XML file
- Type
</ — the extension will suggest the matching closing tag
- Press Enter to accept
Extension Settings
| Setting |
Description |
Default |
autoCloseTagDG.enable |
Enable/disable extension |
true |
autoCloseTagDG.excludedTags |
Tags to exclude |
[area, base, br, col, embed, hr, img, input, link, meta, source, track, wbr] |
autoCloseTagDG.workspaceReady |
Workspace status |
false |
Requirements
Known Issues
None at this time.
Release Notes
2.0.0
- Initial release
- Auto close tags for HTML and XML
- Configurable excluded tags
| |