Disabling first indent line / indent guide
By indent guides I mean the vertical lines that show block indentation
Is there a way to disable the first one? When you disable the indent guides via right click → appearance → show indent guides, it does not get rid of the first one.
Please sign in to leave a comment.
Hello, @Oecleus0,
To ensure I understand your scenario correctly, could you please provide a screenshot demonstrating the desired view in the editor?
In the picture provided there are two indent guidelines, the one under “with” can be removed by unchecking “show indent guidelines”, while the one on the left remains even with the “show indent guidelines” feature turned off.
Thank you for the clarification!
It's not possible to hide. As a workaround you can set its background color (Preferences | Editor | Color Scheme | General, Editor | Guides | Indent guide) to be the same as editor background.
Thanks that worked.