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: any o/s, or cross-platform.