In Visual Studio 2010 is there a way to get Intellisense on the Interface that a method implements if that method does not have any XML comments of its own?
I suppose something like this would be fairly useful. I like to include XML comments with the interface and don't like to repeat (copy) the same text at every implementing method. Only when something specific to the implementing method needs to be described, I give the method its own XML comments.