Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show line indentation in Visual Studios 2010

Does anyone know how to show indentation, line spacing, cariage returns in Visual Studios 2010. Is there a plugin that I can add to Visual Studios to accomplish this?

like image 300
user1204195 Avatar asked Feb 12 '12 21:02

user1204195


People also ask

How do I fix alignment in Visual Studio?

How do I fix alignment in Visual Studio? On Windows Shift + Alt + F. On Mac Shift + Option + F. On Ubuntu Ctrl + Shift + I.


2 Answers

The menu option Edit/Advanced/View Whitespace (hotkey: Ctrl-R/Ctrl-W) will show spaces and tabs - I'm not sure if there's a way to get VS to show carriage returns.

like image 117
Michael Burr Avatar answered Dec 13 '22 15:12

Michael Burr


Ctrl-R, Ctrl-W Shows or hides spaces and tab marks

like image 42
Maarten Kesselaers Avatar answered Dec 13 '22 15:12

Maarten Kesselaers