How do you get full support of zen coding in NetBeans 6.9?
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 no开发者_如何学Pythont produce this:
<ul id="my-list">
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
If you don't know yet, there is full support Zen Coding for NetBeans. lorenzos did a great job check it out if you interested https://github.com/lorenzos/ZenCodingNetBeansPlugin
I don't think it is available on Netbeans yet. Even though there is a download for Netbeans in the Zen Coding repository, it really just proivdes a list of code templates and macros to speed up coding HTML in Netbeans. This site provides a nice video tutorial on how to install and use this source in Netbeans on Windows.
Until someone volunteers to write a proper plugin for Netbeans, you won't get the full Zen coding capability on Netbeans. Why don't you use another editor, such as Notepad++ (Windows)?
First of all you have to click on given below link
Zen coding for netbeans
And download .nbm file
after that open your netbeans IDE
go "tool menu" and select "plugins" and click on "Add plugins"
Select downloaded(.nbm) file from your folder
And click on install button which is given below
After installation restart your netbeans IDE and you will see Z symbol on your tool bar menu
type html:5 and click on Z symbol or press (ctrl+alt+N) .
精彩评论