Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't turn off the breadcrumb in IntelliJ Idea 12

I tried to uncked some check boxes at the Setting but this breadcrumb keeps appearing over and over. How do I turn it off for sure?

http://makescreen.ru/i/344203f5139aa36b252e172bd333ea.jpg

like image 507
Alan Coromano Avatar asked Sep 07 '13 13:09

Alan Coromano


People also ask

How do I disable code completion in IntelliJ?

By default, IntelliJ IDEA displays the code completion popup automatically as you type. If automatic completion is disabled, press Ctrl+Shift+Space or choose Code | Code Completion | Type-Matching from the main menu. If necessary, press Ctrl+Shift+Space once again.

How do I fix my IntelliJ IDEA?

From the main menu, select File | Repair IDE. IntelliJ IDEA will automatically launch the first recovery step and refresh the virtual file system. IntelliJ IDEA will display a notification that you can use to continue or complete the recovery process.

How do I change settings in IntelliJ?

To configure project settings, select IntelliJ IDEA | Preferences on macOS or File | Settings on Windows and Linux from the main menu. Alternatively, you can press Ctrl+Alt+S to show the IDE settings.

How do I set default indentation in IntelliJ?

If you need to adjust indentation settings, in the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Editor | Code Style. On the appropriate language page, on the Tabs and Indents tab, specify the appropriate indents options and click OK.


1 Answers

What you see is not breadcrumbs, it's Navigation Bar and it can be disabled from the View menu.

like image 51
CrazyCoder Avatar answered Oct 09 '22 06:10

CrazyCoder