I'd like to improve the "annotate option" (right click on code line number colon -> annotate), which is similar to git blame (but integrated to IntelliJ).
1/ Is it possible ? (via plugin or raw modification of IntelliJ files ? something else ?)
2/ I'm on Android Studio (based on IntelliJ), will it be an issue ?
3/ If 1/ & 2/ are true, any tips on how to start ?
PS : My goal is not to display some commits (like "Reformat") in the annonate because they do not provide crucial informations about code history.