'Is there a way to view last commit for selected line in IntelliJ?

I just switched from Visual Studio Code to IntelliJ for Java development. Is there any way for IntelliJ to show last commit information on the current selected line? I used this a lot in VSCode since we have multiple teams working on the same project.

1



Solution 1:[1]

The same like GitLens from Visual Studio Code can the Jetbrains GitToolBox.

You must install the plugin on your IntelliJ. Managing plugins in IntelliJ.

enter image description here

After them, you can toggle it in on Settings -> Other Settings -> GitToolBox Global or GitToolBox Project (if you only want to configure per project)

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1