I think this would be a killer feature…bass-ackwards selection…
When doing a selection, have a modifier key that reverses the direction of selection. The would allow selecting backwards.
A simplistic example…
you have this…
$foo = $expression; return $foo;
you want this…
return expression
Making this simple change involves a lot of fussing about. But with a select backwards modifier you would be able to drag up from the bottom $foo
to the $expression
. The select would move to the end of the line, but originate from the beginning of each new line (instead of the end of the line). …hope that’s clear.
So rather than a multi-step edit, a simple backwards-select & delete and you’re done.
It could be very handy.
thanks, love sublime!