Sublime Text plugin with sole purpose of extending the built-in auto tag closing functionality.
- HTML
- XML
- JSX (Babel, React)
With Package Control:
- Execute
Package control: Add repository
in the command palette - Add
https://github.com/FMCorz/AutoCloseTags
- Execute
Package control: Install package
- Pick
AutoCloseTags
Tags are automatically closed as you type </
.
Note that the built-in setting auto_close_tags
must be enabled.
Thanks to Daniel Shannon for his answer on this StackOverflow question.
MIT