Search code examples
intellij-idea

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?


Solution

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