Reputation: 9822
This is a silly problem, but I can't for the life of me figure out how to enable git annotations within PhpStorm. Normally you can just right click the line number gutter and select Annotate
which displays information about who committed that code, when it was committed, and links to the commit on github. However, when I right click, the Annotate
button is gray and not clickable.
I do have both git and github set up within my PhpStorm preferences:
There's probably another setting in there somewhere, but I've been looking and I can't find it.
Anybody know how to get those git annotations working?
Upvotes: 8
Views: 11352
Reputation: 2787
Version Control Integration:
Remove Version Control Integration:
Upvotes: 6