是否有任何 CodeLens 附加组件可以显示给定方法的 git 历史记录?

Is there any CodeLens add-on available that shows the git history of the given method?

最新版本的 VS 2019 Community 已启用 CodeLens。 VS 2019 Community 是否有任何 CodeLens 附加组件显示给定方法的 git 历史,例如 Visual Studio 的这个优秀的附加组件代码: https://github.com/eamodio/vscode-gitlens?

当我在Enterprise中点击code lens的历史link时:

我看到一个历史列表。我没有添加任何扩展来获得它。 (确保在选项 | 文本编辑器 | 所有语言 | 代码镜头中启用 "Show Authors & Changes (Git)"。)

以前,当 Code Lens 添加到 Professional 时,它具有完整的功能,我假设这同样适用于 Community。

编辑

原来Community Edition有一个精简代码镜头:

The source control CodeLens indicators are not available in Visual Studio Community edition.

来自 https://docs.microsoft.com/en-gb/visualstudio/ide/find-code-changes-and-other-history-with-codelens?view=vs-2019.