Say I have the following code
aaa;
bbb;
ccc void () {
xxx;
yyy;
}
ddd;
eee;
Now suppose my cursor is at yyy. I'd like to highlight all code between the parenthesis {
and }
inclusive of the complete line the brackets are on. This means the highlight will look like
before select
after select
va}
is not a solution as that produces this