I have tried Resharper Power toy Zen Coding and found it can only generate code in one line, can it generate formatted code.
for example i type in
ul>li*3
it generate:
<ul><li></li><li></li><li></li></ul>
i want it format to:
<ul>
<li></li>
<li></li>
<li></li>
</ul>