source property

CodeActionKind get source

Base kind for source actions: source

Source code actions apply to the entire file. They must be explicitly requested and will not show in the normal lightbulb menu. Source actions can be run on save using editor.codeActionsOnSave and are also shown in the source context menu.

Implementation

static _i3.CodeActionKind get source => _i5.getProperty(
      _declaredCodeActionKind,
      'Source',
    );