refactorExtract property
CodeActionKind
get
refactorExtract
Base kind for refactoring extraction actions: refactor.extract
Example extract actions:
- Extract method
- Extract function
- Extract variable
- Extract interface from class
- ...
Implementation
static _i3.CodeActionKind get refactorExtract => _i5.getProperty(
_declaredCodeActionKind,
'RefactorExtract',
);