PhpStorm Git 文件夹修改颜色
PhpStorm Git folder modified color
当项目在 Git 下时,我的 PhpStorm 正在为更改的文件着色,我也想为文件夹着色,这样我可以注意到在该着色文件夹下有一个文件已更改。
谢谢。
您必须启用以下选项:Settings (Preferences on Mac) | Version Control | Show directories with changed descendants
更新 2021-12-27:
现在(PhpStorm 2021.3)这个选项的名称有点不同 Highlight directories that contain modified files in the Project tree
并且位于 Settings/Preferences | Version Control | Confirmation
设置屏幕。
当项目在 Git 下时,我的 PhpStorm 正在为更改的文件着色,我也想为文件夹着色,这样我可以注意到在该着色文件夹下有一个文件已更改。
谢谢。
您必须启用以下选项:Settings (Preferences on Mac) | Version Control | Show directories with changed descendants
更新 2021-12-27:
现在(PhpStorm 2021.3)这个选项的名称有点不同 Highlight directories that contain modified files in the Project tree
并且位于 Settings/Preferences | Version Control | Confirmation
设置屏幕。