tofu icon indicating copy to clipboard operation
tofu copied to clipboard

Range Select Previous/Next for operands in logical/binary expressions

Open Gregoor opened this issue 7 years ago • 0 comments

Input

asd || (|asd| && asd);

Action Shift + ArrowLeft - Range Select Previous

Current output

|asd || (asd && asd);|

Expected output

|asd || (asd| && asd);

Gregoor avatar Jan 27 '19 11:01 Gregoor