How to turn off structure guidelines in Visual Studio
If you want to turn off the structure guidelines in Visual Studio uncheck the highlighted option below.
I personally think this results in a cleaner less cluttered look particularly when you’ve got a few levels of indentation.
You might also be interested in...
Running multiple projects in Visual Studio at once Launching multiple projects at the same time from Visual Studio can be really useful if one of your projects triggers an update in another. You can launch projects of different...