Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij's GitLens Equivalent

In VS Code there is a plugin called GitLens which allows the user to click on a line a view the last authors and changes of that line. It also allows viewing file changes from page commits. Is there an equivalent for Intellij?


2 Answers

GitToolBox is probably the closest, the inline git blame is nice.

like image 171
Payson Lippert Avatar answered Sep 09 '25 23:09

Payson Lippert


It is called Annotate with Git Blame and you can find in with contextmenu on the linenumbers or as an Action with Ctrl-Shift-A.

enter image description here

like image 36
Tobias Otto Avatar answered Sep 09 '25 22:09

Tobias Otto