繁体   English   中英

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

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

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

我想在编辑文件时在右侧显示蓝点图标

请帮我在 PhpStorm IDE 中进行设置。 太感谢了。

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

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

  2. 您可以在Settings (Preferences on macOS) | Version Control | File Status Colors查看和更改这些 colors。 Settings (Preferences on macOS) | Version Control | File Status Colors

  3. IDE 也可以用 colors 标记实际文件夹。 有一个选项(有关详细信息,请参阅https://stackoverflow.com/a/30915650/783119 )。 这些天它位于Settings (Preferences on macOS) | Version Control | Confirmation Settings (Preferences on macOS) | Version Control | Confirmation Settings (Preferences on macOS) | Version Control | Confirmation屏幕,称为Highlight directories that contain modified files in the Project tree

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM