pycharm或其他产品有类似gitlens的插件吗?

Is there a plugin similar to gitlens for pycharm or other products?

我的问题很简单,正如您阅读标题一样,我想要类似于我在 vscode 中找到的 GitLens 的插件。正如您对 GitLens 的了解,您可以轻松地看到两个或多个提交之间的区别。我搜索了一下,找到了 GitToolBox,但我也不知道如何安装它,而且我认为它不像 GitLens...

您可以使用 Git 工具箱 link here

特点:

Git status:

  • number of ahead / behind commits for current branch as status bar widget
  • ahead / behind, current branch, tags on HEAD as Project View decoration on modules
  • status bar widget with detailed information and additional actions

Git blame:

  • inline blame - show blame for line at caret in active editor

打开 jetbrains 上的设置 IDE。

转到插件并寻找 git 工具箱。

安装并启动,大功告成!