Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highlighting changed folders in PhpStorm

I really love highlighting of changes in editor and in project manager, but I would love it even more if there would be options to highlight folders. I can see single files changed, but in project that has very complicated structure is often difficult to find a file changed in a folder.

Is there anything that I can change in settings?

like image 912
Tutu Kaeen Avatar asked Jan 15 '18 08:01

Tutu Kaeen


2 Answers

You need to select the "Show directories with changed descendants" option in:

File->Settings...->Version Control->Show directories with changed descendants

enter image description here

like image 60
mgershen Avatar answered Oct 24 '22 03:10

mgershen


In PhpStorm 2021.3 this option has name "Highlight directories that contain modified files in the Project tree" and you can find it in:

File -> Settings -> Version Control -> Confirmation -> Changes

phpstorm Highlight directories option

like image 32
Hubert Dziubiński Avatar answered Oct 24 '22 03:10

Hubert Dziubiński