This is for the builder:
Would be nice if tags, especially closing tags, can have descriptions inserted automatically so that it is easier to track.
ie:

<div class="classic">  
    <div class="layout a-b"> 
 
        <div class="gr a">
        </div> <!--/gr a--> 

        <div class="gr b">
        </div><!--/gr b-->  

    </div><!--/layout a-b--> 
</div><!--/classic-->  

Comments

calebgilbert’s picture

Not a bad idea - I'll see what I can do about rolling that into a future release of the builder.

calebgilbert’s picture

Status: Active » Postponed