When loading certain Java projects it looks like the project is only partially loaded.
Only .gitignore and pom.xml will be loaded.
This happens with some projects and not others.
A similar question was asked and answered here but the solution does not fix the problem in my case.
IntelliJ – Project tab only shows .gitignore file and not project structure
When I close the project and open it again I can see the src folder for a second and then it disappears again.
I am using IntelliJ IDEA 2023.3.4 (Ultimate Edition)
What I’ve tried so far:
- Disabling plugins
- Repair IDE
- Invalidate caches