Reputation: 51
How to remove these vertical white lines in PhpStorm 2017.3?
Upvotes: 1
Views: 1885
Reputation: 46
You might want to remove foreground on these guides instead of completly disable this feature, since something (either PhpStorm 2017.3 itself or Material Theme plugin) introduced this bug in the latest update.
Go to the Settings -> Editor -> Color Scheme -> General
and look for the Guides
section. Uncheck the Foreground
option on Visual Guides
or change its color from EEEEEE
to 32424A
. Hit Apply & Ok.
Now these guides should look the same as in 2017.2.
Upvotes: 3
Reputation: 4375
They're called Vertical indent guides
Here's how to turn them off: go to Settings > Editor > Appearance
and uncheck Show vertical indent guides
Upvotes: 12