Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio code perforce是否有类似gitlens的插件?_Visual Studio Code_Perforce_P4v_P4vs - Fatal编程技术网

Visual studio code perforce是否有类似gitlens的插件?

Visual studio code perforce是否有类似gitlens的插件?,visual-studio-code,perforce,p4v,p4vs,Visual Studio Code,Perforce,P4v,P4vs,GITLENS是我为VisualStudio代码找到的一个非常酷的插件,它提供了关于谁以及何时在文件中进行更改的所有信息。是否有类似于GITLENS for Perforce的插件? 该插件也可以用于任何其他IDE。该扩展具有注释,可以显示所做的更改以及用户所做的更改 通过将配置perforce.annotate.enable设置为true,可以为每个文件启用批注 perforce.annotate.changelist和perforce.annotate.user可以设置为true,分别为每行

GITLENS是我为VisualStudio代码找到的一个非常酷的插件,它提供了关于谁以及何时在文件中进行更改的所有信息。是否有类似于GITLENS for Perforce的插件? 该插件也可以用于任何其他IDE。

该扩展具有注释,可以显示所做的更改以及用户所做的更改

通过将配置
perforce.annotate.enable
设置为
true
,可以为每个文件启用批注

perforce.annotate.changelist
perforce.annotate.user
可以设置为
true
,分别为每行和修改行的用户输出变更列表编号。

{“perforce.annotate.enable”:true,“perforce.annotate.changelist”:true,“perforce.annotate.user”:true}我已经将其添加到用户设置中,但仍然看不到任何更改