23

I noticed this was asked in a similar question a couple years ago: How do you combine two tabs into one floating window in Intellij?

But I don't see anywhere that this has been implemented in a current version of IntelliJ (I have a very recent version - 14.0.1)

Is this still a feature that doesn't exist?

reectrix
  • 7,999
  • 20
  • 53
  • 81
  • Does this answer your question? [How to open projects as tabs in IntelliJ](https://stackoverflow.com/questions/65397429/how-to-open-projects-as-tabs-in-intellij) – Saif Jul 30 '22 at 19:54

6 Answers6

23

In IDEA 2022.2 was added new function

On macOS, you can merge all opened project windows into one, turning them into tabs.

Make sure that there are several IntelliJ IDEA projects opened in separate windows.

  1. From the main menu, select Window | Merge All Project Windows.

  2. Drag a project's tab to work with the project in a separate window again.

link

Kaiser
  • 748
  • 7
  • 21
  • I have just updated to 2022.3 and the function seems to be gone again? – Reader Jan 12 '23 at 12:15
  • Actually I just found out it only stopped working if you have enabled New UI in Appearance & Behavior. If this option is disabled merge all project windows is still present. – Reader Jan 12 '23 at 12:24
  • 1
    @Reader in 2023.1 this option is available again – Kaiser Mar 29 '23 at 05:54
  • Can I configure IDEA such that new projects are opened in the merged state by default? – dastrobu Aug 30 '23 at 06:23
12

i dont have a merge option in the window menu like in other apps, but there's a workaround: open a project -> fullscreen -> open another project -> choose open in new window (while intellij is in fullscreen) -> voila! tabs

TuGordoBello
  • 4,350
  • 9
  • 52
  • 78
Ivan Yulin
  • 794
  • 7
  • 15
10

As of IntelliJ IDEA version 14.1, combining multiple floating toolwindows into one toolwindow with multiple tabs is still a feature that does not exist.

Floating editor windows can be combined into a single window by drag&drop.

yole
  • 92,896
  • 20
  • 260
  • 197
  • 4
    Is there a way this can be implemented as a feature? Would be super useful :) – reectrix Jun 24 '15 at 19:59
  • Floating windows cannot be combined - that statement is entirely false. – specializt Sep 02 '19 at 07:47
  • @specializt Floating *editor* windows can be combined. If you don't know what a floating editor window is or how to combine them, it's not a good reason to remove valid information from an answer. The issue you've linked to in your edit refers to toolwindow tabs, not editor windows. – yole Sep 02 '19 at 08:52
4

If you make your current window fullscreen and then open another folder it would stay combined.

Buya Kublai
  • 111
  • 8
4

A simple solution to this would be to go to: Window -> Merge All Project Windows

1

I was having exactly the same problem (on macOS) with drag & drop.

I found this old post, also this JetBrains KB article about IntelliJ in general, going through its features.

Seeing the animated GIF under Editor Tabs -> Split Editor Window It forced me into experimenting.

I found out on macOS, that you need to be holding (while dragging) a modifier key, in my case Option ⌥ key. And then the drag & drop feature for Editor's TAB in any windows started to work like a magic.

DelphyM
  • 322
  • 2
  • 14