Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

groups of projects in intellij idea

For now, at least since IntelliJ Idea 14+, ide remembers the last set of opened projects. Could we control it comfortably and have switchable sets (groups) of projects? This is another way of opening projects, not like Modules. My hope is some plugin already do the functionality, but which one?

like image 994
WebComer Avatar asked Dec 01 '22 15:12

WebComer


1 Answers

As of 2017-08, IntelliJ Idea 2017.2.1 can group projects.

To use the feature, in the project selection window, right-click on the project name:

how to work with groups

I've created a group called 'kata', that contains 'camel-snake-pascal-kebab', 'strikeitrich', 'gildedrose'.

With the groups closed:

projects grouped

with an open group:

projects grouped with a project open

like image 189
alvaro g Avatar answered Dec 04 '22 12:12

alvaro g