I am trying to find solution how to hide and unhide comments in VS2010. What i found is:
# region comments for code #endregion
and:
To hide the selected code or area (first select the area), just use Ctrl + M, Ctrl + H. This works for any selection.