You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: