views:

29

answers:

2

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 what it could be?

Cheers

+1  A: 

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

Michael Burr
A: 

A related setting is in Tools / Options / Text Editor / All Languages / Tabs. If everyone agrees on a common setting, it simplies readability between users.

Jess