Visual Studio C# statement collapsing

前端 未结 12 1959
闹比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 18:05

    In Visual Studio 2019, if you want to collapse braces in catch & finally, collapse switch, case, default, collapse multiple lines of comments, etc.

    Try to use C# outline 2019

提交回复
热议问题