4

I am using Git. For looking into history we need to click history tab and another window opens show dif to previous and current.

Like Intellij, where history of Line is shown in left gadget, which show date and author who checked in code. Is there any way or plugin to get similar screens in netbeans?

fatherazrael
  • 5,511
  • 16
  • 71
  • 155
  • 1
    linked https://stackoverflow.com/questions/20348352/how-do-i-do-a-git-blame-in-netbeans – TT-- Aug 16 '18 at 18:09
  • (since you mentioned IntelliJ, I found the same feature there is **VCS** > **Git** > **Annotate** or if you have the Version Control tool window or a diff view open, **Right Click** > **Annotate** – TT-- Aug 16 '18 at 18:20

1 Answers1

9

Right click on the editor's tab, then ghoose "Git -> Show Annotations"

The last commit and the committer are shown in the left area of the editor then. If you hover the mouse over that is also shows you the commit message:

enter image description here