In the editor for HTML, XML is there a way to locate the closing tag?
Suppose I have a very long table, is there a way to jump to the closing
</table> tag.
<table>
<!-- many, many lines -->
.....
.....
</table>
Just like in C++, I can press Ctrl+} to locate/find the closing curly
bracket.
TIA
-wen
Dan Moseley[MSFT] - 27 Sep 2003 04:13 GMT
Hi,
There is no such command, I believe. Your only resort is to write an addin or locate one that someone has written.
However, I'll log a suggestion that we add this in the next version.
Dan [ms]
--
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| >From: "wendikun" <wendikun@NOSPAMhotmail.com>
| >Subject: Jump to the Closing Tag
[quoted text clipped - 26 lines]
| >TIA
| >-wen