Skip to content

Allow apply multiple fixes from analyser window at once on Intellij Plugin #6117

Open
@danielgomezrico

Description

@danielgomezrico

Use case

Using Flutter Intellij plugin version 58.0.3 it shows the list of warnings and info results from the linter, and it lets you go to each file and gives you suggestions to fix it. The proposal is to allow multiple fixes at the same time from the list of results.

The list is this one:
2021-07-03 11 07 56

The specific issue comes from migrating from flutter 1 to 2 where we get a lot of new warnings and info results, and a lot of them are pretty simple, and without this I need to go to each file and fix it, it would be pretty fast if I could select multiple items at once and click fix, test if it worked and commit.

Proposal

I would love to have an option after I right-click a list of items (like on the gif) and get an option "Fix all of this automatically":

2021-07-03 11 07 56

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions