autoclose-html icon indicating copy to clipboard operation
autoclose-html copied to clipboard

Autoclose html tags in atom

Results 68 autoclose-html issues
Sort by recently updated
recently updated
newest added

When I write a start tag, e.g. , it doesn't autoclose it by adding a tag.

Typing `` will gererate this: ` `

#143. but I don't know which one is better for key mapping, '/' or '< /'

After updating to 0.23.0 version, the autoclosing is wrong. Example: is clousing 2 times. And that takes to much time.

For example: element in an xml file is not an html element. I tried to put source into force inline/block, but it does not work. so i have to disable...

I have noticed when using autoclose-html for closing my html tags it does not recognize when I have a closing tag already inline. Basically it provides a closing tag when...

I have a suggestion. Make an option to add a comment after the closing tag. Example: ``` html .... ``` I like to put those kinds of comments in heavy...

Hi, first of all, thanks for this package. One annoyance I've found is that when editing with multiple cursors and I create then opening tag it will automatically add as...

enhancement