Ruby refactoring in VIM
Posted
by fregas
on Stack Overflow
See other posts from Stack Overflow
or by fregas
Published on 2010-06-17T16:29:11Z
Indexed on
2010/06/17
16:33 UTC
Read the original article
Hit count: 433
Hi,
I'm a big fan of Resharper in visual studio. It has some awesome refactoring tools, similar to what you get in Ecplipse for Java. Is there anything like this for Ruby? Better yet, is there a plugin or something into VIM that does refactoring for Ruby code like renaming all instances of a method or variable, renaming classes sitewide, etc?
thanks, craig
© Stack Overflow or respective owner