如何在 NetBeans 6.9 中获得对 zen 编码的全面支持?

发布于 2024-09-18 09:35:32 字数 478 浏览 11 评论 0原文

我使用 NetBeans 6.9 和 Zen Coding 插件

我想知道是否有办法让选择器支持在 NetBeans 中工作。

当前输入:

ul#my-list>li*3>a

不会会产生以下结果:

<ul id="my-list">
 <li><a href=""></a></li>
 <li><a href=""></a></li>
 <li><a href=""></a></li>
</ul>

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>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

も让我眼熟你 2024-09-25 09:35:32

如果您还不知道,NetBeans 完全支持 Zen Coding。 lorenzos 做得很好,如果您有兴趣,请查看https://github.com/lorenzos/ZenCodingNetBeansPlugin

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

燕归巢 2024-09-25 09:35:32

我认为 Netbeans 上还没有提供该功能。尽管有下载Zen Coding 存储库中的 Netbeans,它实际上只是提供了一个列表代码模板和宏可加快 Netbeans 中 HTML 编码的速度。 此站点提供了一个很好的视频教程,介绍如何在 Windows 上的 Netbeans 中安装和使用此源。

除非有人自愿为 Netbeans 编写合适的插件,否则您将无法在 Netbeans 上获得完整的 Zen 编码功能。为什么不使用其他编辑器,例如 Notepad++ (Windows)?

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)?

a√萤火虫的光℡ 2024-09-25 09:35:32

首先,您必须单击下面给出的链接

Zencoding for netbeans

下载 .nbm 文件

并 打开您的 netbeans IDE

进入“工具菜单”并选择“插件”,然后单击“添加插件”

从您的文件夹中选择下载的(.nbm)文件

并单击下面给出的安装按钮

安装后重新启动您的 netbeans IDE,您将查看工具栏菜单上的 Z 符号,

输入 html:5 并单击 Z 符号或按 (ctrl+alt+N) 。

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) .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文