Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open projects as tabs in IntelliJ

Tags:

Can anyone please let me know how to open multiple projects as tabs in IntelliJ.

In my previous laptop I am able to do. Please find the attached screenshot.

enter image description here

However, in my new laptop whenever I try open multiple projects, it always open in a new window rather than in tabs like above.

like image 363
harsh pamnani Avatar asked Dec 21 '20 17:12

harsh pamnani


People also ask

How do I change the project view in IntelliJ?

To change settings of a module that hosts the file you are currently editing, just press Alt+F1, 7 or open the View menu, select Select In and click Project Structure. IntelliJ IDEA will open the Project Structure dialog and jump to the required module.

How do I open the project structure window in IntelliJ?

or select File | Project Structure ( Ctrl+Alt+Shift+S ) from the main menu.


1 Answers

"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" (Jetbrains https://youtrack.jetbrains.com/issue/JBR-2893). This is shown in the first image: MacOS Preferences

In order to open the project in the same window, change the IntelliJ preferences seen in the secondimage IntelliJ Window Preferences

like image 76
StackOverFlowerProgrammer Avatar answered Sep 28 '22 05:09

StackOverFlowerProgrammer