79685446

Date: 2025-07-01 02:13:59
Score: 0.5
Natty:
Report link

So I just updated my IntelliJ to 2025 version and this tabs for project stopped working. I tried this :

PS: This is for MacOS:

The Core Setting (As mentioned in answers above):

The primary setting that controls how IntelliJ IDEA opens new projects is still located here:

Crucially, none of these options directly say "Open as a new tab in the current window." This is where the confusion often arises.

IntelliJ IDEA's "projects as tabs" functionality is primarily achieved through macOS's native tabbed window support, rather than a direct IntelliJ setting for Windows/Linux.

  1. IntelliJ IDEA Setting: Set "Open project in" to "New window" (or "Ask" and then choose "New window").

    • This is counter-intuitive, but for macOS to group them as tabs, IntelliJ needs to intend to open them in separate windows. macOS then intercepts this and merges them into tabs if your system settings allow.
  2. macOS System Settings (The Key for Tabs):

    • Go to System Settings (or System Preferences on older macOS).

    • Navigate to Desktop & Dock (or Dock & Menu Bar on older macOS).

    • Scroll down to the "Windows" section.

    • Find "Prefer tabs when opening documents" and set it to "Always".

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adarsh Singh