How to disable the indentation dotted line in VS 2010

前端 未结 2 1195

\"enter

see these dotted lines there on every indent...
How do I turn it off?

<
2条回答
  •  野性不改
    2021-02-01 00:44

    This is a very useful feature as it allows you to quickly check longer code sections to see which logic branch that code belongs to.

    To toggle this:

    Edit->Advanced->View White Space or use short cut (CTRL+E + S)

提交回复
热议问题