Search code examples
idephpstorm

Hide the expand/collapse buttons in PhpStorm


Is there a way to hide the expand/collapse buttons in PhpStorm?

I'm talking about these buttons:

enter image description here

I searched for it in the settings but I can't find it.

I'm trying to clean up the editor and I don't like these buttons in the gutter.


Solution

    1. Settings/Preferences
    2. Editor | General | Code Folding
    3. Uncheck the Show code folding outline option

    enter image description here