Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove indent guide lines

Netbeans 8 by default shows indent guide lines (light gray dotted vertical lines). How can I turn that feature off?

enter image description here

like image 431
assylias Avatar asked Mar 24 '14 20:03

assylias


People also ask

How do I get rid of indent lines in Vscode?

Press Ctrl + Shift + p , type settings and select Preferences: Open Settings (JSON) to open User Settings, and add this: This will disable the indent guides.

How do I enable vertical lines in Visual Studio?

You can turn it ON/ OFF. Navigate to Tools –> Options –-> Text Editor–> General, and then you will find “Show structure guide lines” option is Checked. Check / Uncheck the – find “Show structure guide lines” checkbox to turn the guided line on or off.


1 Answers

This can be turned off in menu: View > Show Indent Guide Lines. More about configuring the indent lines in the release notes.

Release Notes

The Guide Lines are dotted lines drawn every tab size before a character on the line. They are shown by default. You can turn off feature in menu View-Show Indent Guide Lines. To change line's color go to Options-Font&Colors-Highlighting-Indent Guide Lines.

like image 86
assylias Avatar answered Oct 16 '22 09:10

assylias