AutoCloseTags icon indicating copy to clipboard operation
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:

  1. Execute Package control: Add repository in the command palette
  2. Add https://github.com/FMCorz/AutoCloseTags
  3. Execute Package control: Install package
  4. 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