简体   繁体   中英

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

How to show blue dot icons when files were modified with Git in PhpStorm IDE like this picture?

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

Please help me setup for this in PhpStorm IDE. Thank you so much.

PhpStorm (and other IDEA-based IDEs) does not have such dots. Instead the file name color is used to specify the VCS file status.

  1. Default colors and their meaning can be seen here: https://www.jetbrains.com/help/phpstorm/project-tool-window.html#file_status_highlight

  2. You can see and change those colors at Settings (Preferences on macOS) | Version Control | File Status Colors Settings (Preferences on macOS) | Version Control | File Status Colors

  3. The IDE can mark the actual folders with colors as well. There is an option for that (see https://stackoverflow.com/a/30915650/783119 for details). These days it's located at Settings (Preferences on macOS) | Version Control | Confirmation Settings (Preferences on macOS) | Version Control | Confirmation Settings (Preferences on macOS) | Version Control | Confirmation screen and is called Highlight directories that contain modified files in the Project tree .

    The colors that will be used here (so you can change them if needed): Have changed descendants and Have immediate changed children .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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