VCS annotation - last name and capitalisation - disable?
已回答
I only noticed this with 2022.1, but maybe it's been around longer. When I enable annotations in the code editor, it looks like it's trying to extract the last name of the committer and forces capitalisation.
Many of the codebases I'm working only have usernames, not "real names" so the capitalisation is weird (for example "jdoe" -> "Jdoe"). Is there a way to disable this and just get the text as-reported by SVN/Git?

请先登录再写评论。
Hello @...
Please right click on a name in a gutter | View | Names | Full name - does it help?
It seems that you have faced an issue reported here:
https://youtrack.jetbrains.com/issue/IDEA-292104
Perfect, thanks!!!