How to display "git blame" after opening a file by default in PhpStorm.
Without "right-click the left gutter, and select the Annotate option", I want to display "git blame" by default after just opening files.
Right-click the gutter in the editor or in the Differences Viewer and select Annotate with Git Blame from the context menu.
The git blame command annotates lines with information from the revision which last modified the line, and... with Git 2.22 (Q2 2019), will do so faster, because of a performance fix around " git blame ", especially in a linear history (which is the norm we should optimize for).
'git blame' is supported - the command is called annotate in PhpStorm.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With