Alan
Alan

Reputation: 1637

How do I turn off indent guides in VS2015?

I don't seem to be able to find this seemingly simple control. I believe what I want to remove are VB 'indent guides', but I may even have that terminology wrong. I'm speaking about the vertical lines in the code editor as shown below:

enter image description here

I just can't find where the handle is to turn them off. The various web guides I found suggested places to look, but I didn't have the same menu items as the instructions I read.

Even though I'm using VS2015 I unfortunately found out I have Power Tools for 2013 installed. Just curious, is that a problem? I think I did that because I thought the Power Tools have to match the TFS, which is 2013 in this case. But I think I misread the instructions and could have used a different Power Tools version.

Upvotes: 1

Views: 3033

Answers (1)

Lupus Nox
Lupus Nox

Reputation: 138

This should hopefully answer your question. I believe it's called the structure visualiser. It should be in Tools / Options / Productivity Power Tools.

Upvotes: 3

Related Questions