Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable code folding in IntelliJ Idea?

How can I disable (or hide) this part in IntelliJ idea ?

enter image description here

like image 523
Fakhrane Nassiry Avatar asked Dec 31 '15 22:12

Fakhrane Nassiry


People also ask

How do you remove code folding?

Go to File -> Settings -> Editor -> General -> Code FoldingUncheck Show code folding outline.

How do I disable code completion in IntelliJ?

Start typing a name. By default, IntelliJ IDEA displays the code completion popup automatically as you type. If automatic completion is disabled, press Ctrl+Space or choose Code | Code Completion | Basic from the main menu. If necessary, press Ctrl+Space for the second time (or press Ctrl+Alt+Space ).

How do I turn off auto indent in IntelliJ?

In Preferences > Editor > Code style > [language] uncheck reformat on file save .


2 Answers

For IntelliJ 15+ with default keyboard bindings

Press cmd+shift+A on a mac or ctrl+shift+A on windows, to search for an action, and type code folding. This pops up a menu with an option of 'Show code folding outline' and on the right of it is an off/on switch. You can change this with enter or just click on it.

The settings dialog is old-hat these days.

like image 35
Software Engineer Avatar answered Sep 19 '22 07:09

Software Engineer


Go to File -> Settings -> Editor -> General -> Code Folding

Uncheck Show code folding outline.

enter image description here

like image 132
Phiter Avatar answered Sep 21 '22 07:09

Phiter