Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to quickly switch different project in intellij

I have to open each intellij instance for each application. And switch between these project are not so efficient. (there's no dependency between these project, so I can not add them into one project). I just wonder is there efficient way to switch between different projects in intellij.

like image 749
zjffdu Avatar asked Mar 03 '16 03:03

zjffdu


2 Answers

OSX: Press CMD + `

Windows/Linux: Press cntr + `

https://www.jetbrains.com/help/idea/creating-and-managing-projects.html#switch-projects

like image 185
Karol Król Avatar answered Sep 28 '22 16:09

Karol Król


if you have several opened projects: https://www.jetbrains.com/help/idea/opening-multiple-projects.html

you can use:

Next Project Window: Cntrl + Alt + {

or

Previous Project Window: Cntrl + Alt + }

Edit

jebrains update their Switching Between Open Projects:

https://www.jetbrains.com/help/pycharm/switching-between-projects.html

Next Project Window: Cntrl + Alt + ]

or

Previous Project Window: Cntrl + Alt + [

like image 20
dsaydon Avatar answered Sep 28 '22 16:09

dsaydon