适用于 MAC 的 HTML 编辑器,具有开始和结束标记突出显示
我在 Mac 上使用过多种 HTML 编辑器,包括
-Taco编辑
-文本管理员
-阿普塔纳
-还有一些其他人的名字我记不清了
,但是没有一个比我在 PC 上运行的 Notepad++ 更好(Mac 上不可用)。Notepad++ 有一个功能是我从未见过的,我发现它是完全不可或缺的到目前为止,在任何其他编辑器中:
它突出显示标签的开头和结尾。
这让我在修改 div 较多的网站时省去了很多麻烦。
<div id="hooray">
In Notepad++ both of these element tags are highlighted.
I LOVE IT.
</div>
(我想它的“运行”功能也很棒。比我 Mac 上的任何东西都要好。)所以我在工作时使用 Windows PC,但希望我有一个很棒的编辑器可以在家里的 Mac 上使用。有人知道有这种开始和结束标签突出显示功能吗?
我更喜欢免费软件,但如果需要的话,我愿意为此投入一些钱。
I have used a variety of HTML editors on my Mac, including
-TacoEdit
-Textwrangler
-Aptana
-a few others whose names escape me
But none of them are as great as Notepad++ that I have running on my PC (which is not available on Mac.) There is one feature of Notepad++ that I find utterly indispensable that I haven't seen in any other editor so far:
It highlights the beginning and end of a tag.
This has saved me SO many headaches when modifying a div-heavy site.
<div id="hooray">
In Notepad++ both of these element tags are highlighted.
I LOVE IT.
</div>
(I guess its "run" feature is great too. So much better than anything I have on my Mac.) So I use my Windows PC when at work but wish I had a great editor for use on my Mac at home. Anybody know of one that has this beginning and end tag highlighting feature?
I prefer freeware but I am willing to invest some money into this if that's what it takes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试使用 TextMate 或 SublimeText。 Coda 很棒,但可能比您正在寻找的内容更复杂。
Try editors like TextMate or SublimeText. Coda is great but probably more involved than what you're looking for.
在 Aptana 中,双击开始标签或结束标签分别突出显示结束标签和开始标签。
您还可以折叠代码,这也很有帮助。
In Aptana double clicking on the opening tag or the closing tag highlights respectively the closing and the opening tag.
You can also fold the code which is also helpful.
Sublime Text 是 Web 开发人员最好的代码编辑器之一。如果还没有尝试过,请尝试一下!
Sublime Text is one of the best code editor for web developer.. Try it out if haven't tried it yet!