refactorMove property
CodeActionKind
get
refactorMove
Base kind for refactoring move actions: refactor.move
Example move actions:
- Move a function to a new file
- Move a property between classes
- Move method to base class
- ...
Implementation
static _i3.CodeActionKind get refactorMove => _i5.getProperty(
_declaredCodeActionKind,
'RefactorMove',
);