I am proposing this as an enhancement to zen-coding.
zen-coding produces a formatted output which is neat. Now with HUGE codes
that sometimes developers have to handle, they fall in to a complex nest of
various HTML tags. For dealing with this we put a comment at the end of
each tag so that they could be identified properly. This is a big big help
when debugging a faulty markup
An example is:
<div id="treatment">
<div id="nav">
... ... 1mn lines .. ..
</div><!--/div#nav-->
... ... 1mn lines .. ..
</div><!--div#treatment-->
I would love to see such a feature in zen-coding. If zen-coding could auto
insert these closing comments, it will really help.
Thanks,
Kishu
Original issue reported on code.google.com by kish...@gmail.com on 7 May 2010 at 8:36
Original issue reported on code.google.com by
kish...@gmail.com
on 7 May 2010 at 8:36