Why can't you have multiple projects open on CLion?
Answered
I feel like people have been asking for this feature for years. I can't imagine it would be that hard to implement it.
Please sign in to leave a comment.
Hi Mikealm. CLion already has this. Just go to File | Open and specify the directory with other project. Press New window on pop up dialog.
I meant multiple projects in the same window.
@Mikealm, sorry for the inconvenience. We have a feature request for multiple projects support: https://youtrack.jetbrains.com/issue/CPP-1537. Feel free to comment or upvote. As a workaround you can create a top-level CMake file containing just
add_subdirectory()projects pointing to the actual projects.