RefactoringEssentials
RefactoringEssentials copied to clipboard
Feature request : add method/property to interface from class
VS allows you to extract an interface from a class, but once you have an interface, it would be nice to be able to add a method /property from a class to the interface it's implementing (if multiple interfaces, selection should be possible) see also Resharper Pull member up