ruby-lsp
ruby-lsp copied to clipboard
More Refactorings/Code Actions
[!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/