Alex
Alex

Reputation: 75

JetBrains PhpStorm red color in files don't go away

I have some files that are in red and they have absolutely no error and everything compiles properly and the web also shows properly with 0 mistakes on the console... I'm actually copy pasting the Angular tutorials; it's for sure 100% error free and still the files are red and I get so annoyed because it looks like an error...

Anyone has a solution for this???

enter image description here

Upvotes: 1

Views: 733

Answers (1)

Anderson Andrade
Anderson Andrade

Reputation: 579

The red color on the tab is not because you have errors in your file. It happens because this file is new on your git repository, and yet wasn't add in work directory. You can resolve this commiting your changes.

Upvotes: 8

Related Questions