Visual Studio C# statement collapsing

前端 未结 12 1987
闹比i
闹比i 2020-11-30 17:23

When editing really long code blocks (which should definitely be refactored anyway, but that\'s beyond the scope of this question), I often long for the ability to collapse

12条回答
  •  长情又很酷
    2020-11-30 17:54

    I have found this for Visual Studio 2013 and found it very helpful. It works even if you put simple braces around your code with { ..... }

    After sharing I found somebody else also mentioned this link. My vote is for this tool also.

    C# Outlining Tool for Visual Studio 2013

提交回复
热议问题