I've searched for a way to do this but with no success. Am I missing something ?
What I want to do is to be able to go to the start of a HTML tag and then easily highlight all it's contents up to the matching closing tag. So for example everything between
Code:
<div class= "poem">
and it's matching
</div>
.
I know how to toggle between the start and end using <CTL + { or } but I don't think that helps when to two are far apart and can't be seen on the same screen.
The above can be useful to then "mark" the selected section so that I could for instance apply a S & R just to the marked text.
BobC