Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide Intellij IDEA top gutter in editor?

There's the navigation bar and it's possible to hide it in menu. But, in the last version IntelliJ IDEA added another kinda navigation bar.

It looks like an editor gutter but placed at the top of the active editor. It show the name of the class and method with the current caret position.

Is there a way to hide it?

like image 443
Alexey Petrushin Avatar asked Jul 25 '16 05:07

Alexey Petrushin


1 Answers

To disable this feature, uncheck Show breadcrumbs in Settings/Editor/General/Appearance.

Source

like image 185
Bohuslav Burghardt Avatar answered Sep 20 '22 00:09

Bohuslav Burghardt