PyCharm project files have disapeared
Answered
I have been working on a project in Python in the PyCharm IDE for a few days now. Recently I opened PyCharm to find that none of my files were visible any longer in the IDE. I created the following stackoverflow question for it:
http://stackoverflow.com/questions/38952539/pycharm-project-files-have-disappeared
I have tried the following with no success:
1) Exit PyCharm, navigate to project root, delete the .idea file, open PyCharm, create a new project from the current projects source.
Result: seems to load fine, but still cannot see any project files.
2) Fresh download and run of PyCharm, repeating the above step.
Result: same as above
Any help would be great thanks.
Please sign in to leave a comment.
The problem has been solved with the latest updates for Lubuntu: http://stackoverflow.com/a/38969749/3598790.
I have the same problem, but on OS X El Capitan. It's happened before, and annoying as hell. When trying to quick-open files, nothing is found.
A solution would be really appreciated
I am facing the issue now... do we have solution for it, it has been frustrating.
@Shailen
Do I understand correctly that filer actually exist in your project root but are invisible from IDE? Ensure that "show excluded" is checked and you don't have custom scopes defined:
If that doesn't help, I suggest submitting a support ticket with screenshots and logs: https://intellij-support.jetbrains.com/hc/en-us/?pycharm
[IDE logs](https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)