jetbrains ide – PhpStorm set all files / folders to brown background and weird structure
So I just noticed that my PhpStorm has set a background color to my project and also the structure is weird. All best explained by some screenshots.
This is how it is looking now, I cannot even see my App
folder etc here:
After I click on Project
in the top and then select Project Files
, I can see my structure again like normal:
My question is, what does this mean and how can I set it “back to normal”? As for me, “normal” means the following:
I can see all my files in Project
and also there is no brown background color.
What I have done so far, as suggested from Google searches, is:
- Close the project, remove it from recent projects and opening it again in PhpStorm.
- Removing the .idea folder and opening my project again.
- Reload All From Disk.
- Invalidate Caches.
P.S. This is a new Laravel project, with only some minor changes and all files added to git, and also just did one last commit. Nothing “fixes” this.
Read more here: Source link