Skip to content

Method renaming #45

@repomaa

Description

@repomaa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions