문제

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 :)

도움이 되었습니까?

해결책

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)

다른 팁

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top