Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to close one of several opened projects in PyCharm?

Tags:

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?

like image 402
Dims Avatar asked Nov 13 '17 19:11

Dims


People also ask

How do you close a file in PyCharm?

Press Ctrl+F4 .

How do I stop PyCharm from opening my last project?

This behaviour can be changed in the preferences Appearance & Behaviour > System Settings > Reopen last project on startup. To cancel loading a project at startup, hit the Cancel button on the loading progress dialog.

How do I close windows in PyCharm?

Press Alt+F12 . PyCharm closes the terminal window.

How do I see all PyCharm projects?

From the main menu, select Navigate | Search Everywhere or press Shift twice to open the search window. By default, PyCharm displays the list of recent files.


1 Answers

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.

like image 132
Dan Cornilescu Avatar answered Oct 21 '22 17:10

Dan Cornilescu