Skip to content

add a quick action to remove a try catch #60240

@stephane-archer

Description

@stephane-archer
try {
   foo();
} catch (e)
{
print(e);
}

to

 foo();

by quick fix the try

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-assistIssues with analysis server assiststype-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions