Search found 1 match

by ronnieb
Fri Sep 26, 2003 2:57 pm
Forum: Enhancement Suggestions
Topic: Find matching html tags
Replies: 2
Views: 465

Find matching html tags

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 ...