Search code examples
pycharmannotationsgit-blame

How do I disable username annotations in PyCharm


I'm not sure if it was an update or I enabled a setting but I am seeing my code annotated with git blame usernames inline with the code.

The git blame action says it is turned off.

When I click on the username the column with the line numbers expands and shows the timestamps.

How to I disable the usernames from appearing?

Inline Username

After Clicking

After Clicking


Solution

  • I had the same problem. Solved it by right-clicking the line number column. There's an option in the menu to turn off code change information. I don't remember the exact menu option name because I don't know how to turn it back on to check.