vscode-ruby-refactoring
A port of vim-ruby-refactoring for VSCode.
Features
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:
Roadmap
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
Release Notes
0.2.0
Add Extract Local Variable command
0.1.0
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
| |