- #222: Fix for undo/redo
- Add sponsor for Duckly
- Update link for Tabnine
- Support Workspace Trust and Virtual Workspaces
- Support self-closing tags with space
- Add sponsor for Tabnine
- #106: Support for auto closing tags starting with underscore
- #175: Add new setting 'Added disableOnLanguage'
- Update support for embedded elixir
- Add support for Apple's property list type (plist)
- Add support for embedded elixir
- Handle void tags that are written in other case than lowercase (HTML tag names are case-insensitive)
- Add support for CFML
- Add support for Multi Root Workspace
- #65: Enable Auto Close Tag on erb file
- #63: Handle space before closing parentheses
- Not enabled for HTML, Handlebars and Razor files, since VS Code has built-in support from v1.16
- #46: Enable Auto Close Tag on Liquid
- Enable Auto Close Tag on more template engines
- #26: Enable Auto Close Tag only on a set of languages
- Remove 'Keymaps' category per VS Code team's suggestion
- Resolve GitHub issue#33: Add config entry to enable both Visual Studio and Sublime Text mode
- Resolve GitHub issue#30: Should not close tag inside template literals
- Update key binding to align with Sublime Text
- Resolve GitHub issue#23: Tag should not be auto closed inside quotes
- Resolve GitHub issue#20: Fix automatic close tag after tab switch
- Resolve GitHub issue#19: Fix Auto Close Tag not working in HTML/XML file due to VS Code 1.8 breaking changes
- Resolve GitHub issue#18: Support
.
(dot) in tags
- Merge PR #15
- Avoid closing brackets duplication
- Support
:-_
in tags
- Resolve GitHub issue#12: Path symbol "/" problem
- Merge PR#11: Remove left over console.log command
- Resolve GitHub issue#10: add support to close self-closing tag automatically in Sublime Text 3 mode
- Add support to close self-closing tag automatically
- Use Keyboard Shortcut or Command Palette to add close tag manually
- Add config entry to turn on/off auto close tag
- Add config entry to support auto close tag of Sublime Text 3 Mode
- Resolve GitHub issue#5: arrow function shouldn't trigger auto-close
- Resolve GitHub issue#4: providie a config entry to set the tag list that would not be auto closed
- Update README.md to clarify the configuration for
auto-close-tag.activationOnLanguage
- Match correct opening tag in some corner cases
- Bug fixes
- Add blog info
- Update README.md
- Add configuration to set the languages that the extension will be activated
- Add support for tag with attribute. e.g.
<a href="https://www.microsoft.com"></a>
. So</a>
will be automatically added. - Minor bug fix
- Initial Release