opposite of attach project?
Answered
It's convenient to attach another project into the project I'm currently working with (File->open->(select project directory)->click open button, click attach button), but its not clear how to reverse this. What is the right way to unattach or detach that other project?
I would expect a "detach project" or "close project" option to be right-clickable. But I've been closing the primary project, renaming the main directory of the attached project, reopening the primary project, then restoring the name of the formerly attached project. This works, but seems really kludgey.
Is there a better way?
Please sign in to leave a comment.
PyCharm considers the project that you attach other projects to as the parent project.
If you want to detach the project, then right-click it and choose Remove from Project View.