How do I extract an interface from a method as a new member into an existing interface? Follow
I have a file with an interface and its implemented method. I added a new method and now I want to add its interface method to the existing interface. The Extract interface dialog is making me choose a new interface name. How do I add the new method as a new member into an existing interface?
Please sign in to leave a comment.
Try using the "pull members up" refactoring instead of "extract interface".
Thanks.