Automatically displaying VCS annotations in IntelliJ IDEA -
is there way have intellij idea automatically display git / vcs annotations in left margin for every file open? right now, can bring them right-clicking in left margin , choosing annotate
or using vcs -> git -> annotate
menu option. both of these options cumbersome when want view annotations dozens of files in row.
i'm using intellij ultimate 12.1.3.
i found using keyboard path pretty straight forward. {alt + s} > g > n - display annotations, wanted faster way.
so created shortcut. file > settings > keymap > main menu > vcs > git > right click annotate , 'add keyboard shortcut' - used {ctrl + alt + z} since didn't conflict had.
hope helps
Comments
Post a Comment