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
请先登录再写评论。
Most probably your
.ideafiles are broken, the.imlfile and/ormodules.xmlare either missing or corrupted.Deleting and re-creating
.ideafolder 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