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.
- Host: GitHub
- URL: https://github.com/fmcorz/autoclosetags
- Owner: FMCorz
- Created: 2017-11-05T09:19:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T09:27:02.000Z (over 8 years ago)
- Last Synced: 2025-01-16T06:12:56.373Z (over 1 year ago)
- Topics: react-jsx, sublime-text-plugin, tags
- Size: 1000 Bytes
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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