Whenever the cursor is within an arrow function like this:
( args ) => {
statement1;
statement2;
}
When I expand the selection outward after selecting the expression block within the braces, the next scope it selects is from the middle of the symbols = and > in the arrow operator, instead of the whole arrow function.
Whenever the cursor is within an arrow function like this:
When I expand the selection outward after selecting the expression block within the braces, the next scope it selects is from the middle of the symbols = and > in the arrow operator, instead of the whole arrow function.