I am trying to find solution how to hide and unhide comments in VS2010. What i found is:
# region comments for code #endregion
and:
You could use this macro to collapse all of the XML comments. I suspect that's about as good as you're going to get.
There is no way other than changing the comment color to hide inline comments and I could see that leading to all sorts of problems.