Carel
Carel

Reputation: 2143

Visual Studio 2013 Text Editor setting

I was working and I pressed some keyboard shortcut (not sure what) and now VS shows me dots for space characters. I don't like it. Does anybody know what this setting is called so that I can turn it off?

enter image description here

Thanks.

Upvotes: 1

Views: 102

Answers (1)

christian.s
christian.s

Reputation: 447

Your shortcut was:

Ctrl + R; Ctrl + W (it is a toggle, can be used to switch on/off)

personally, i like this view, as it was set by default in IntelliJ if i remember correctly.. it helps finding unwanted spaces or inconsistent indenting

Upvotes: 2

Related Questions