Find matching html tags
Posted: Fri Sep 26, 2003 2:57 pm
Hi!
When coding Java programs, I can use ctrl+m to find matching parenthesis, curly braces and brackets. This is really really useful. However, since I code a lot of Java Servlets, theres a lot of HTML tags as well, and it would be really useful to find matching <table> </table>, <tr> </tr> as well.
Ctrl+m jumps to the closing tag, and ctrl+f finds the next string "table" which cleary isn't what one want.
I haven't found a way to do this...
I bet there are a lot of developers who share my opinion, HTML being that
"Dirty Devil Full Of evil tables" thrown upon us by the designers :)
/ Ronnie
When coding Java programs, I can use ctrl+m to find matching parenthesis, curly braces and brackets. This is really really useful. However, since I code a lot of Java Servlets, theres a lot of HTML tags as well, and it would be really useful to find matching <table> </table>, <tr> </tr> as well.
Ctrl+m jumps to the closing tag, and ctrl+f finds the next string "table" which cleary isn't what one want.
I haven't found a way to do this...
I bet there are a lot of developers who share my opinion, HTML being that
"Dirty Devil Full Of evil tables" thrown upon us by the designers :)
/ Ronnie