ruby-lsp icon indicating copy to clipboard operation
ruby-lsp copied to clipboard

More Refactorings/Code Actions

Open andyw8 opened this issue 1 year ago • 0 comments

[!NOTE] This issue is aimed at those attending the RubyConf 2024 Hack Day

We currently have support for several refactorings or code actions, such as:

  • Extract method
  • Extract variable
  • Toggle block style
  • Attribute accessors (in progress)

Some other ones that may be useful to add:

  • Extract constant
  • Extract superclass
  • Extract module

See also the list at https://refactoring.com/catalog/

andyw8 avatar Oct 23 '24 17:10 andyw8