Can I reopen the project somehow?
已回答
So I had a project in Pycharm, and somehow messed it up (idk how). Now PyCharm sees all files from the project as files that don't belong to it - i.e. asks whether I really want to edit them. Also the python interpreter went missing and I can't add it - there is no add button, no edit button, nothing. The folder of this project from PycharmProjects also went missing. So I'm wondering whether I can open it with PyCharm as some fresh project, so that it will create all configs and files again? Or should I reinstall PyCharm to do it? Did anyone else have this problem?
请先登录再写评论。
Let's start with removing the .idea folder of that project and then reopening the project in PyCharm. It contains project-specific settings.
To find the project in your system, you can right-click any of the project files in PyCharm and choose Open In | Finder/Explorer from the context menu.
Has it helped?
Yes, it did help, thank you very much!!