簡體   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