Is there a way to work on multiple projects in CLion?

I am looking for a way to work with multiple projects in parallel in the CLion IDE.

So far, I can only work with each project in a window at a time, but I'm looking for a solution similar to the Eclipse IDE (see below) - the ability to see directories of different projects in the sidebar and select the one I want, compile it myself, etc. .

enter image description here

Is there any way to do this?

+4
source share
1 answer

No. CLion:

  • opens a new window with another project that you want to work on
  • closes the current project and opens a new one in the current window

. , ; , CLion ...

+7

All Articles