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.
If you have ReSharper you can just use Ctrl+Shift+F1 to show the short help of method. If that method does not have any XML comments the help of its interface is shown. I do not have enough reputation to give you a screenshot. So I show you my code and explain it: