Search code examples
intellij-idea

How to stack or wrap code tabs in IntelliJ window


If there are more code tabs than can fit in a window, can the tabs be configured to stack or wrap around so they are all visible?

e.g.

-------------
tab1 | tab2 |
tab3 | tab4 |
-------------

vs

--------------------
tab1 | tab2 | tab3 |
--------------------

edit

Shortest solution for me was

right click on a tab -> click "Tabs Placement" -> uncheck "Show Tab in Single Row"


Solution

  • Which version are you using? In 2018.2 this option is right there, just right click on tabs and unclick Tabs Plaement > Show Tabs In Sinble Row:

    enter image description here

    So they look following way:

    enter image description here