-1

When previewing a file in the search window, the "Annotate" (git blame) option is grayed out. Is there a way to enable this with an config option or a plugin? Searching "phpstorm show annotations in search" takes me to this unrelated question: How to display "git blame" in PhpStorm after opening file by default

enter image description here

LazyOne
  • 158,824
  • 45
  • 388
  • 391
chiliNUT
  • 18,989
  • 14
  • 66
  • 106
  • I think you need to create a feature/bug request at Jetbrains. I can recommend the git toolbox extension, but this wont work here, neither. – Markus Zeller Nov 13 '22 at 18:22

2 Answers2

1

No, it's not possible: https://youtrack.jetbrains.com/issue/IDEA-250927. Just open the file & use Annotate there instead.

Dmitrii
  • 3,377
  • 1
  • 21
  • 38
0

As of at least version 2022.3.1 this is now available. It seems to work for most files.

enter image description here

chiliNUT
  • 18,989
  • 14
  • 66
  • 106