View details of a GIT annotated tag
Answered
I know how to create an annotated tag in PHPStrom:
GIT → New Tag → Enter a Commt in the Message field
This is documented here: https://www.jetbrains.com/help/phpstorm/use-tags-to-mark-specific-commits.html#assign-tag-to-commit
But how can I see this message / the annotation afterwards? I found no way to see this in the Git Log window.
Please sign in to leave a comment.
Unfortunately, it is not possible to view the annotation details of annotated tags in the IDE UI currently. We have a feature request for that on our issue tracker: https://youtrack.jetbrains.com/issue/IJPL-93203. However, it is pretty old and don't have many votes. Feel free to vote for it and follow for progress updates.
Sorry for the inconvenience.