pub const REFACTOR_REWRITE: &'static str = "refactor.rewrite";
Expand description

Base kind for refactoring rewrite actions: ‘refactor.rewrite’

Example rewrite actions:

  • Convert JavaScript function to class
  • Add or remove parameter
  • Encapsulate field
  • Make method static
  • Move method to base class