Opening an external project.
已回答
Hi,
I've just started using PyCharm and downloaded a project with .idea folder and another folder with the source files.
So should I point PyCharm to the .idea or source file folder when I do File->Open?
Does PyCharm read the contents of the .idea folder?
If not then how do I import the settings from the .idea folder?
Thanks for any help.
请先登录再写评论。
Hi, smithy! .idea folder is basically per-project settings and should be stored in the project root. Not sure what exactly you downloaded but PyCharm will recreate .idea after File | Open if no such directory is present.
Hi Pavel,
Thanks for your reply.
I was watching a Python video and included were the exercise files and there was a .idea folder
and I wondered if the settings in that folder were applied to the project when opening the .py file.