'How to display "git blame" in PhpStorm after opening file by default

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.



Solution 1:[1]

'git blame' is supported - the command is called annotate in PhpStorm.

  1. Right-click the file
  2. Choose Git > Annotate

Annotate option in the context menu

Annotate result in the file

Solution 2:[2]

You can set a hotkey for almost anything in PHPStorm.

Click Preferences > Keymap. Search for Annotate. You can then set a hotkey to toggle Annotations in PHPStorm.

This doesn't exactly solve the problem of showing annotations when a file is opened but does eliminate the need for lots of fiddly clicking.

Solution 3:[3]

It is possible with the GitToolbox plugin.
These settings are enabled by default i think and it also displays the blame in the status bar.

If you want to edit the settings, you go to File-> Settings-> Version Control -> GitToolbox and you can see the checkbox 'Show editor inline 'Blame''.

Solution 4:[4]

It's not exactly an solution, but can help if you're tired of creating new shortcuts for every little functionality that you need.

You right click the file, press G, release, and press N

it's the same as pointing to the GIT, waiting for the window to popup and selecting the annotate function, only faster.

That's the way I do.

Hope it helps somebody

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Emile Bergeron
Solution 2 Jimmy Bob
Solution 3
Solution 4 rt3norio