sourceFixAll property

CodeActionKind get sourceFixAll

Base kind for auto-fix source actions: source.fixAll.

Fix all actions automatically fix errors that have a clear fix that do not require user input. They should not suppress errors or perform unsafe fixes such as generating new types or classes.

Implementation

static _i3.CodeActionKind get sourceFixAll => _i5.getProperty(
      _declaredCodeActionKind,
      'SourceFixAll',
    );