Home > Net >  How to hide editor tabs in Intellij?
How to hide editor tabs in Intellij?

Time:09-22

I have set Tab Placement: None in the Editor|General|Editor Tabs :

enter image description here

But as shown the editor tabs do appear anyways:

enter image description here

So what is the correct way to hide them?

CodePudding user response:

"Tab placement" is a setting for editor tabs. On the second screenshot, tabs do not belong to the editor, but to open projects. You can force IDE to open projects as new windows (instead of tabs) in system settings:

  • Related