Dims
Dims

Reputation: 50989

How to close one of several opened projects in PyCharm?

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

Answers (1)

Dan Cornilescu
Dan Cornilescu

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:

  1. In the Project Tool Window, right-click the project to be deleted.
  2. On the context menu of the selection, choose Remove from Project View, or just press Delete:

enter image description here

You might find the entire Opening Multiple Projects of interest.

Upvotes: 15

Related Questions