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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -