Some folder hidden on project view
I have all this files and folder under my project directory:
However, when I change to project view, all folders are gone:
Not even seeing the first level folder
How can I show that folders? It won't neither allow me to search on that files
Please sign in to leave a comment.
Most probably your
.idea
files are broken, the.iml
file and/ormodules.xml
are either missing or corrupted.Deleting and re-creating
.idea
folder should help:- close the project
- remove it from Recent projects list
- shut down the IDE
- restart, open the project root folder with File > Open
Thank you, that was it, the .idea folder was empty, I deleted it and re opened the project and now is working! thank you