I am seeing dotted lines in my C# code in VS 2010. Dotted lines appear in every indent. This really bothers me. I must have typed some shortcut key but I’m not able to revert it back.
How can I disable it? What is the use of the dotted lines anyway?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the ‘dotted lines’ are part of the editors way of showing you where the indentation levels begin. this is a very useful feature as it allows you to quickly scan longer code sections to see which logic branch that code belongs to.
to change this:
Edit->Advanced->View White Space (CTRL+E,S)