Skip to content

Analyzer plugins fix fixKind works, but I can't make multiFixKind work #61492

@jensjoha

Description

@jensjoha

I've tried adding FixKind get multiFixKind => _theMultiFix;, static const FixKind _theMultiFix = const FixKind(const FixKind([...], DartFixKindPriority.inFile, '[...] everywhere in file') and specified CorrectionApplicability get applicability => CorrectionApplicability.acrossSingleFile; (I also tried automatically) but am never given the everywhere in file option.

Am I doing something wrong or is this not supported through the plugin system?

/cc @srawlins

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-plugintype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions