Home > OS >  how to disable breadcrumbs under main toolbar
how to disable breadcrumbs under main toolbar

Time:11-01

in intellij idea community version there is no option to disable breadcrumbs in view/appearance (where it used to be), breadcrumbs itself cannot be rightclicked, in settings editor->general->breadcrumbs is disabled.

Please, where can this be disabled?

enter image description here

CodePudding user response:

View -> Appearance -> Navigation Bar should get rid of it. Unless it's not there in the community version.

CodePudding user response:

It is under Settings (Preferences on macOS) | Editor | General | enter image description here

  • Related