-1

HTML suggested tag format

Rob Pungello 12 lat temu 0
When accepting a suggested HTML tag that will usually contain more than one line in it (such as <table>, <tr>, etc...), the formatting should be
<tagname>
{New Cursor Position}
</tagname>
Instead of the default <tagname>{New Cursor Position}</tagname>
In my option this makes code easier to read, and is one of the features the text editor I currently use has that I really like to have.