Sorry for the bump. I'd love to hear dmitri's opinion of whether he feels this would be a useful feature.
In brief I would like to encourage that if this feature is ever considered, the "CTL-SHIFT-Doubleclick" method is a very powerful way of doing this.
Having this function allows for the following things when editing HTML templates:
- Easily highlight entire chunks of HTML that you can then delete, copy, cut, or move. Eg: you want to move a form to another location, you can just CTL-SHIFT-Doubleclick on the <form> tag and hit CTL-X to cut it out.
- Easily tab or untab a block of code
- Find the ending tag easily in a huge block of HTML.
This is especially useful in LARGE blocks of HTML where the end tag might be burried far down the file.
Imagine a scenario where you have a
right at the begining of the file and the closing
is maybe even 200 lines down. Finding that closing div is really hard currently.[/code][/list][/list]