atom/autocomplete-html

How could I modify the content of auto-compete?

Closed this issue · 1 comments

I open a html file by atom, and write a 'p' in a new line, and type the tab key to auto-complete, then I see this:

<p>

</p>

I want to modify it and see

<p></p>
Anyone know I could I do this?

This is being discussed in atom/language-html#115 - feel free to subscribe there for updates.