A port of vim-ruby-refactoring for VSCode.
List of commands currently available:
- RSpec Extract Let
- Extract Local Variable (visual selection)
- Convert Hash Keys (current line or visual selection)
- Convert Post Conditional
Demo of some features:
Features to be ported:
- Add Parameter
- Inline Temp
- Extract Constant (visual selection)
- Rename Local Variable (visual selection/variable under the cursor)
- Rename Instance Variable (visual selection)
- Extract Method
Add Extract Local Variable command
Initial release of vscode-ruby-refactoring with initial features:
- RSpec Extract Let
- Convert Hash Keys (current line or selection for multi-line hashes)
- Convert Post Conditional