tofu
tofu copied to clipboard
Range Select Previous/Next for operands in logical/binary expressions
Input
asd || (|asd| && asd);
Action
Shift + ArrowLeft - Range Select Previous
Current output
|asd || (asd && asd);|
Expected output
|asd || (asd| && asd);