Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

My question is very simple , as you read the title I want plugin similar to GitLens that I found in vscode. As you know with GitLens you can easily see the difference between two or multiple commits. I searched it up and I found GitToolBox but I don't know how to install it as well and I don't think that's like GitLens...

like image 878
ItsNil Avatar asked Jun 21 '20 11:06

ItsNil


People also ask

What are plugins in PyCharm?

Plugins extend the core functionality of PyCharm. For example, install plugins to get the following features: Integration with version control systems, issue trackers, build management servers, and other tools. Coding assistance support for various languages and frameworks.

What is GitLens?

GitLens is an open-source extension for Visual Studio Code. GitLens supercharges Git inside VS Code and unlocks untapped knowledge within each repository.


1 Answers

You can use Git Toolbox link here.

Features :

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
like image 152
totok Avatar answered Oct 06 '22 12:10

totok