vim-ruby-refactoring icon indicating copy to clipboard operation
vim-ruby-refactoring copied to clipboard

Method renaming

Open repomaa opened this issue 11 years ago • 0 comments

I'd really like to see method renaming across files. Say i have following

def foo arg1, arg2
    args = arg1 + arg2
    puts "bar #{args}"
end

and

foobar.foo 'foo', 'bar'

in some other file, then i could rename the method foo into bar and all occurences of that method get refractored.

repomaa avatar Feb 05 '13 12:02 repomaa