在 PhpStorm 中使用 Git 修改文件时如何显示蓝点图标?

How to show blue dot icons when files were modified with Git in PhpStorm?

在 PhpStorm IDE 中使用 Git 修改文件时如何显示蓝点图标,就像这张图片?

请帮助我在 PhpStorm 中为此进行设置 IDE。非常感谢。

PhpStorm(以及其他基于 IDEA 的 IDEs)没有这样的点。相反,文件名颜色用于指定 VCS 文件状态。

  1. 默认颜色及其含义可以在这里看到:https://www.jetbrains.com/help/phpstorm/project-tool-window.html#file_status_highlight

  2. 您可以在 Settings (Preferences on macOS) | Version Control | File Status Colors

    查看和更改这些颜色
  3. IDE 也可以用颜色标记实际文件夹。有一个选项(有关详细信息,请参阅 )。现在它位于 Settings (Preferences on macOS) | Version Control | Confirmation 屏幕上,名为 Highlight directories that contain modified files in the Project tree

    将在此处使用的颜色(因此您可以根据需要更改它们):Have changed descendantsHave immediate changed children