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