Skip to content

Selection expands to the => operator when cursor is within Typescript's arrow functions #21

@patricio-ezequiel-hondagneu-roig

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions