Search code examples
idephpstormsettings

By mistake uninstalled PhpStorm IDE, Project files color changed


I am working on Laravel project and by mistake I've uninstalled PhpStorm. When I've reinstalled my IDE my project some files color changed.

I've search on google and it shows on PhpStrom site that red color means During the last update, file was merged with conflicts and blue means File has changed since the last synchronization

My question is: how to get rid these errors and work as normal? Can I continue with same problems means it will not effect my project.

enter image description here


Solution

  • actually, I'm using git,whenever I add new files it(PHP storm) displays me different kind of colors but when I used version control commands(like git add .) then all files color shows normal color. for different color details https://www.jetbrains.com/help/phpstorm/2016.2/file-status-highlights.html?search=file%20s,plz visit this site.