If I'm closing a project and then just delete the project folder, after PyCharm restarts an empty project folder is created again.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
Version 2017.2.1
Highlight the project with your mouse and hit the del key, which works for me.
I had the same issue. My solution was:
That is enough.
Works for Windows and MacOS.
File
--Open Recent
--Manage Projects
X
to delete fromRecent Projects
According to https://www.youtube.com/watch?v=ksbmc0coO4k
Just follow these steps in order. They assume you currently have the project open in a PyCharm window:
I agree that PyCharm's handling of what should be a very simple procedure is crappy. Maybe this will be improved in the future?