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

0
2 comments

Most probably your .idea files are broken, the .iml file and/or modules.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

1

Thank you, that was it, the .idea folder was empty, I deleted it and re opened the project and now is working! thank you

0

Please sign in to leave a comment.