Reputation: 50989
I have opened 2 projects in one PyCharm window. Projects are dependent.
When I close and then open one of the projects, the other one opens too. Even after I removed the dependency.
How to detach them now? How to close one of the projects?
Upvotes: 13
Views: 2042
Reputation: 39814
From Deleting a project from view:
If you want to close a project that has been added to the currently opened one (primary project), follow these steps:
- In the Project Tool Window, right-click the project to be deleted.
- On the context menu of the selection, choose Remove from Project View, or just press
Delete
:
You might find the entire Opening Multiple Projects of interest.
Upvotes: 15