I'm using NetBeans 6.9 with the Zen Coding plugin.
I was wondering if there is a way to get the selector support working in NetBeans.
Currently typing this:
ul#my-list>li*3>a
Does not produce this:
<ul id="my-list">
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>