'How to open projects as tabs in IntelliJ
Solution 1:[1]
"In macOS Big Sur projects can be opened in separate tabs, both in full screen and normal state. This feature is available when Prefer tabs when opening documents option in macOS preferences is set to always" (JBR-2893).
This is shown in the first image:
In order to open the project in the same window, change the IntelliJ preferences seen in the second image:
Solution 2:[2]
I'm using macOS Monterey (version 12.2.1) and IntelliJ IDEA 2021.3.2 (Community Edition) (build #IC-213.6777.52, built on January 27, 2022). Following settings work for me:
- macOS: the apple icon on top left corner -> System Preference... -> General -> Prefer tabs -> select always when opening documents
- IntelliJ: click on IntelliJ IDEA on top left corner of the screen when it is the current window -> Preferences... -> Expand Appearance & Behavior tab to find System Settings tab, click on it (no need to expand) -> Select Open project in New Window -> Click OK to save current settings
Solution 3:[3]
Above solutions did not work for me, Try checking this:
Go to help -> findAction -> type Registry
look for key "ide.mac.transparentTitleBarAppearance", if it is false value, set this to true.
just toggle this key (false to true or true to false), and restart, it worked for me
Reference : intellij
Solution 4:[4]
This feature is now available on IntelliJ 2020.3.2 for MacOS Big Sur. Below are the full details of the IntelliJ and MacOS version on which this feature is working:
IntelliJ IDEA 2020.3.2 (Ultimate Edition)
Build #IU-203.7148.57, built on January 25, 2021
Runtime version: 11.0.9.1+11-b1145.77 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.16
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 12
Solution 5:[5]
This feature is now available on IntelliJ 2020.3.2 for MacOS Big Sur. Simply open a new Project in New Window. Mac will then treat windows as tabs.
Solution 6:[6]
There are a few factors, I noticed:
- works only if you open several projects by yourself (reopening of closed projects when IDEA starts don't collect projects to tabs)
- app should be maximised before opening a next project. Even if you have already a few windows opened, opening a next project from maximised window group them (the number of windows won't be changed).
Mac OS Big Sur, IDEA 2021.2.4
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | 2240 |
Solution 2 | fishstick |
Solution 3 | Prateek Mittal |
Solution 4 | Dharman |
Solution 5 | jonathan ohayon |
Solution 6 | Sergey Kuznetsov |