How to disable the indentation dotted line in VS 2

2020-05-18 04:35发布

enter image description here

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

I must have accidentally hit some keyboard shortcut but I can't find this anywhere in the settings.

Sorry, this is a really dumb question, but these lines really bother me and I didn't know where else to turn :)

2条回答
老娘就宠你
2楼-- · 2020-05-18 04:52

Toggle it on/off with: Edit > Advanced > View white space

The default hotkey is usually ctrl+E,S (I think this is for General or C# developer settings)

If you use Resharper, you may find you need to use ctrl+R,ctrl+W (this may also apply for C++ developer settings)

(Note that the hotkey may be different for different key binding schemes, and can be customised in Tools > Options > Keyboard. Also, Addins and Extensions (e.g. Resharper) may modify them or add their own equivalents. But the bound key will be displayed on the above menu so it's easy to determine what the hotkey is on your PC)

查看更多
老娘就宠你
3楼-- · 2020-05-18 04:59

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)

查看更多
登录 后发表回答