Search code examples
phpidephpstormtoolbaride-customization

How to remove toolbars in PhpStorm


I try to remove two things in PhpStorm but I can not remove them. Do you know if it is possible?

A friend who works on Mac do not have these bars. And I'm on Windows and looking for some time for settings to remove them.

View the attached picture.

1 - Toolbar
2 - Path Method

enter image description here


Solution

    1. It's Menu bar and not toolbar. On Mac OS X it is not part of the actual app window but rather part of the desktop itself.

      There does not seem to be an option to hide it by just turning some setting off. I recommend trying one of these modes:

      enter image description here

    2. File | Settings | Editor |General | Appearance --> Show HTML breadcrums

      • Yes, this option also controls PHP code
      • You need to close and reopen file to see the changes

      enter image description here