refactorInline property

CodeActionKind get refactorInline

Base kind for refactoring inline actions: refactor.inline

Example inline actions:

  • Inline function
  • Inline variable
  • Inline constant
  • ...

Implementation

static _i3.CodeActionKind get refactorInline => _i5.getProperty(
      _declaredCodeActionKind,
      'RefactorInline',
    );