在 Mac OS X 的 Coda 中查找匹配的 HTML 标签
我最近一直在 Coda 中进行 Web 开发。这是一个非常棒的应用程序,但是有一些非常烦人的怪癖。当浏览 5 或 6 个结束 div 的列表时,我试图找到将结束标签与其伙伴相匹配的最快方法。
其他一些 IDE 将突出显示括号<>,其他 IDE 将显示行突出显示。不知道Coda有没有办法启用类似的功能?我必须匹配缩进并使用 Chrome Inspecter 检查自己,这是一个巨大的痛苦。
I've been doing web development in Coda recently. It's a really fantastic app, however there are some very annoying quirks. When going through a list of 5 or 6 closing divs I'm trying to find the quickest way to match up the closing tag with it's partner.
Some other IDEs will highlight the brackets<>, others will display a line highlighter. I don't know if there's any way to enable a similar feature in Coda? I'm having to match up the indentations and check myself with Chrome Inspecter, which is a huge pain.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试Coda 的 Zen 编码插件。
编辑:
Zen Coding 已重命名:现在称为 Emmet 。 GitHub 上有一个最新的 Coda 的 Emmet 插件。
插件 > 中有多种可用选项。 Emmet 菜单,但匹配开始和结束标记的快速而肮脏的方法是将光标放在感兴趣的标记内并使用以下组合键:⌃⇧D。
Try the Zen Coding Plugin for Coda.
Edit:
Zen Coding has been renamed: It is now called Emmet. There is an up-to-date Emmet plugin for Coda on GitHub.
There are various options available in the Plug-ins > Emmet menu, but the quick-and-dirty way to match a start and end tag is to place your cursor within the tag of interest and use the following key combination: ⌃⇧D.
这是 Coda 不支持的一项功能。其他 IDE 已经永远拥有它,首先想到的是 Dreamweaver。您可以通过向 Panic 的人员发送电子邮件来请求该功能。他们在未来的更新中对用户的请求非常敏感。他们的地址是[电子邮件受保护]。
否则,您可以快速将文本复制粘贴到 TextWrangler (它确实支持功能)并在上传之前确保所有标签都按顺序排列。我用它作为我的主要 HTML/PHP IDE。这对于网络开发人员来说非常棒。
This is one feature Coda does not support. Other IDEs have had it forever, Dreamweaver comes to mind first. You can request the feature by emailing the guys over at Panic. They are VERY responsive to user requests in future updates. Their address is [email protected].
Otherwise, you can quickly copy paste the text over to TextWrangler (which does support the feature) and make sure all the tags are in order before uploading. I use it as my main HTML/PHP IDE. It's great for webdevs.
Coda 2 仍然不包括 HTML 标签匹配。我自己使用 Coda 2,Gilbert Pellegrom 在这篇博客文章快速回顾 Coda 中提到了缺乏匹配的情况2.
我会回应 Peter 并向他们发送电子邮件 [电子邮件受保护] 也许在新版本中,Panic 会更快地添加请求的功能。
Coda 2 still does not include HTML tag matching. I use Coda 2 myself and Gilbert Pellegrom references the lack of matching in this blog post quick reviewing Coda 2.
I would echo Peter and email them at [email protected] Maybe with the new release Panic will be even quicker to add requested features.