In Visual Studio, I can use the Refactor -> Extract Interface ... option to create an interface from the public methods in the class. However, this does not copy the XML comments, and I end up spending several minutes copying and pasting. Are there any macros or add-ons that can use existing class comments when automatically creating an interface?
James source share