Refactor>Rename does not work properly with method overloading

Issue #884 resolved
Toni Garcia-Die created an issue

Good morning Scott,

I am sorry I can provide a sample, but I was trying to rename a method in a class that had another method with the same name and the other method got renamed, but the one I was renaming didn't.

Thank you!

Regards,

Comments (3)

  1. Scott Wells repo owner

    Thanks for filing. You're correct that the rename refactoring currently isn't aware of overloads and overrides. That's something I plan to address soon (especially since I ran into the lack of support for overrides just this week!).

  2. Log in to comment