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...
Asked
Active
Viewed 7,710 times
8
-
https://plugins.jetbrains.com/plugin/7499-gittoolbox provide most functionalities provide by GitLens – DevD Jun 21 '20 at 11:08
-
Does this answer your question? [Can I get inline blame (like GitLens) on WebStorm?](https://stackoverflow.com/questions/55473907/can-i-get-inline-blame-like-gitlens-on-webstorm) – craq Feb 28 '23 at 01:41
2 Answers
14
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

totok
- 1,436
- 9
- 28
-
1
-
2Yes, you can install it easily by going in your settings (`CTRL + ALT + S` -> plugins -> marketplace), and searching for `git toolbox`. – totok Jun 21 '20 at 13:44
1
Open Settings on jetbrains IDE.
Go to plugins and look for git toolbox.
Install it and boom, its done!

Addictd
- 57
- 1
- 12