An open API service indexing awesome lists of open source software.

https://github.com/fmcorz/autoclosetags

Sublime Text plugin to auto close tags, including JSX.
https://github.com/fmcorz/autoclosetags

react-jsx sublime-text-plugin tags

Last synced: over 1 year ago
JSON representation

Sublime Text plugin to auto close tags, including JSX.

Awesome Lists containing this project

README

          

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](https://stackoverflow.com/users/6820405/daniel-shannon) for his answer on this [StackOverflow question](https://stackoverflow.com/questions/30027755/autocomplete-html-tags-in-jsx-sublime-text).

License
-------

MIT