When I have a class that implements the interface, I can right-click on the name of the interface in this class file and select "Use Interface". Visual Studio 2010 will automatically populate my class with the required methods and fields.
Is it possible to configure Visual Studio 2010 to also copy generic XML comments attached to these methods / fields to a new class file?
source share