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

I love the force inline function, and obviously the implied default for everything else is to not be inline. However, there are some tags, like `` that default to inline...

If I disable the add-on, and re-enable it, I noticed that it will produce output like the following until Atom is restarted: ``` > ``` I'll try go through the...

Say I have the following in my editor `` with my cursor in the center. When pressing new line, I'd like the cursor to appear in the same way it...

enhancement

@mattberkowitz It looks like JSX support was unintentionally removed by https://github.com/mattberkowitz/autoclose-html/commit/73cdb1292978c3b491ef5adc24bb108001aebce3, since JSX grammars do not match that `data-grammar` selector: This PR enables autoclose-html whenever the grammar contains either `html`...

![untitled](https://cloud.githubusercontent.com/assets/25216052/22423814/755b2b3e-e719-11e6-9007-e837b605e37f.jpg)

Hi , when ever i am closing a tag in the HTML , automatically three closing > symbols appears. The below is the auto closing tag which is correct Ex:...

When I disable and re-enable the plugin it adds an extra '>' for every time I have disabled it. Now my tags end in >>>>> and it keeps growing. I...

Hi there, I am trying to set the "Force Inline" default to "*", but to no avail. I have attempted changing the settings and restarting atom, and changing the code...