Search code examples
netbeansnetbeans-8revision-history

Is there any way to adjust Netbeans to show history line by line aside programming area?


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?


Solution

  • 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