C# hide and unhide comments

后端 未结 5 1237
暗喜
暗喜 2020-11-30 10:48

I am trying to find solution how to hide and unhide comments in VS2010. What i found is:

# region 
comments for code
#endregion

and:

<
5条回答
  •  遥遥无期
    2020-11-30 11:32

    To hide the selected code or area (first select the area), just use Ctrl + M, Ctrl + H. This works for any selection.

提交回复
热议问题