Get rid of borders around classes in PHPStorm
Is there a way to get rid of the border lines surrounding the classes in PHPStorm?
+3
Lloyd Banks
source
to share
2 answers
Unfortunately there is no way to hide them (like method separators).
But you can change / remove the color for these lines to make them appear invisible: Settings | Editor | Colors and fonts | General | Method separator color
+8
LazyOne
source
to share
PHPStorm 9.0.2 update:
Now you can hide these dividing lines, and not just change their color to mask them in invisibility. You can hide the method separator lines as described by @LazyOne and the right margin separator in the same way:
Settings> Editor> Colors and Fonts> General> Right Margin
+1
Sensei James
source
to share