Where is whitespace visibility toggled in VisualStudio 2010?

Viewed 6235

I am looking for a setting in Visual Studio 2010 (It was in 08 I'm sure it's in 10)

Basically it makes it easy to see the indentation/spacing of code because in the white space it buts spaced fullstops (which are obviously a different color) and it makes it really easy to see the indentation of your code.

But I can't find the setting now i'm trying to reconfigure my settings in VS 2010.

Does anyone know where it is?

3 Answers

Another shortcut, probally easier to remember:

CTRL-SHIFT-8

FYI to find a specific shortcut in general, look into:

Tools->Options->Environment->Keyboard

Where you can search for stuff too.

(Sepecific to VS 2010)

Related