How to remove project in PyCharm?
If I'm closing a project and then just delete the project folder, after PyCharm restarts an empty project folder is created again.
Answers:
Just follow these steps in order. They assume you currently have the project open in a PyCharm window:
- Close your project by clicking on File -> Close Project
- Locate your project in the PyCharm file directory
- Delete your project's directory
I agree that PyCharm's handling of what should be a very simple procedure is crappy. Maybe this will be improved in the future?