Using vim to write ruby code? Check out this excellent refactoring plugin
30 December, 2010
I’ve written a series of posts documenting the excellent vim plugin vim-ruby-refactoring. As you may have guessed from the name, its a Ruby refactoring plugin for vim.
- Add Parameter
- Inline Temp
- Convert Post Conditional
- Extract Constant
- Extract to Let
- Extract Local Variable
- Rename Local Variable
- Rename Instance Variable
- Extract Method
IMPORTANT: When installing the vim-ruby-refactoring plugin, make sure you also install the matchit.vim plugin otherwise some of these refactoring’s will not work.
Categories: Ruby, vim
ruby vim refactoring vim-ruby-refactoring
Comments (0)