When I have a class implementing interface, I can right click on the interface name in that class file " Interface Apply "Visual Studio 2010 will automatically populate my class with required methods and fields.
Can Visual Studio 2010 be configured to copy XML summary comments associated with those methods / fields?
IMHO Visual Studio can not do this out-of-box.
You can set up which will give you the functionality that you are searching for or using which makes it easy to comment based on your interface.
Hope that helps!
Comments
Post a Comment