Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is whitespace visibility toggled in VisualStudio 2010?

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?

like image 428
baron Avatar asked Aug 04 '10 00:08

baron


1 Answers

Edit | Advanced | View white space (Ctrl-R, Ctrl-W)

If you're using the Express version of Visual Studio, it's possible that you need to enable "Expert Mode" to see the menu option (or it might not be there at all for all I know - I don't have Express installed to check).

like image 77
Michael Burr Avatar answered Nov 16 '22 02:11

Michael Burr