开发者

Seeking HTML editor with visual tag matching

Is there an editor or IDE which will show HTML code with some visual indication of matching open/close tags?

Kompozer sort of helps, but I would prefer something like

.---><div>
|
|      <h1>xxx</h1>
|
|  .---><frameset>
|  |
|  |  .---><div>
|  |  |
|  |  |      <p>Lorem ipsum dolor sit amet</p>
|  |  | 
|  |  .---></div>
|  |
|  .---></frameset>
|
.---></div>

which constantly updates as I write my code. The ability to fold inner tags would also be nice.


edit: a开发者_运维百科ny o/s, or cross-platform.


What operating system are you targetting?

I program mainly on Windows and I use Notepad++ for most text editing. It supports multiple languages, is fairly light weight and easy to install (has a zipped version which can be extracted to directory and run).

It supports syntax highlighting and code folding for HTML (via a tree/node structure on the left margin).

http://notepad-plus-plus.org/


hmm, for the record, MyEclipse HTML editor also looks very interesting ...

Seeking HTML editor with visual tag matching


(source: myeclipseide.com)


oops, but it's not free :-(

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜