Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpstorm unsaved files color

Tags:

phpstorm

How do I see if a file has changed on PHPstorm?

I need to sync the files on ftp and that happens when I save (ctrl+s), but if I have many files I can't keep track of them, how do I see if there are changes.

I have tried with the color, but that didn't work.

Thanks

like image 373
Marcus Avatar asked Dec 02 '12 02:12

Marcus


2 Answers

File | Settings | Editor | General |Editor Tabs | Mark Modified tabs with asterisk

enter image description here

like image 195
CrazyCoder Avatar answered Oct 04 '22 21:10

CrazyCoder


I was looking for the asterisk next to the name as the accepted answer gives you. During my odyssey to find that answer I also found another useful way to display changed files, in the project view click on the down arrow next to the project name and select "Changed Files".

like image 34
DrCord Avatar answered Oct 04 '22 20:10

DrCord