Get rid of borders around classes in PHPStorm

Is there a way to get rid of the border lines surrounding the classes in PHPStorm?

enter image description here

+3


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


source


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

hide these lines with straight correct field delimiters

+1


source







All Articles