Turning off automatic outlining in Visual Studio

前端 未结 4 1651
日久生厌
日久生厌 2021-02-06 20:36

Can any one tell me how to turn off automatic outlining in Visual Studio? Outlining is the feature that collapses code into programmer defined regions.

In my opinion,

4条回答
  •  情话喂你
    2021-02-06 20:51

    In Visual Studio, go to Tools > Options > Text Editor > C# > Advanced

    Clear the checkbox Enter outlining mode when files open

提交回复
热议问题