Wish Highlighting matching elements in editor

Troberg

Well-Known Member
Licensed User
Longtime User
Now, if you put the caret on a ( or a ), the matching one is highlighted.

It would be extremely nice to have a similar highlighting of other matching constructs, such as if/else/else if/end if, for/next, select/case/end select, do/loop and so on. Sometimes, it's easy to get lost in a deeply nested structure.
 
Top