如何在PhpStorm中默认打开文件后显示“git blame”

2022-08-30 09:52:58

如何在PhpStorm中默认打开文件后显示“git blame”。

如果没有“右键单击左侧排水沟,然后选择注释选项”,我想在打开文件后默认显示“git blame”。


答案 1

支持“git blame” - 该命令在PhpStorm中称为annotate

  1. 右键单击该文件
  2. 选择 Git >注释

Annotate option in the context menu

Annotate result in the file


答案 2

您可以在PHPStorm中为几乎任何内容设置热键。

单击首选项>键盘映射。搜索“注释”。然后,您可以设置热键以在PHPStorm中切换注释。

这并不能完全解决打开文件时显示注释的问题,但确实消除了大量繁琐单击的需要。


推荐