Does anyone know how to remove the horizontal line that appears across the editor that shows immediately above the class definition? I've performed a search for many settings, hoping to find it.
You cannot remove it. But you can "hide" it by changing color for that element (make it the same as background) -- Settings | Editor | Colors & Fonts | General | Method Separator Color
I'm using PHP with Intellij. Under <?php i have a horizontal line. How do I get rid of this? I unchecked 'Show method separators', but it's still there.
Hi David,
You cannot remove it. But you can "hide" it by changing color for that element (make it the same as background) -- Settings | Editor | Colors & Fonts | General | Method Separator Color
That was perfect, thanks!
I'm using PHP with Intellij. Under <?php i have a horizontal line. How do I get rid of this? I unchecked 'Show method separators', but it's still there.
@Yendrrek
As stated 2 comments above: you will have to change the Color Scheme for that, Method Separator color in particular.
https://stackoverflow.com/a/17697003/783119
I'm not using IntelliJ but it should work the same there (as they are both IDEA-based IDEs).
Thank you, that worked.