Add "Update interface" refactoring to R#
Hi,
ReSharper supports the "extract interface" refactoring. This is fine. But if I have added a method to a class and want to add this method to a referenced interface, too, I have to do this by hand. So please think about adding a feature to "update interfaces".
Carsten
Please sign in to leave a comment.
Hello Carsten,
Have you tried 'Push members up' refactoring? It shoud suit your needs perfectly.
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Got it. Thank you :)
Could be more clear, but works. Thanks.