In Pycharm, I'd like to see the number of times each function and method in my code are used. I thought this was the use of inlay hints -> code vision -> usages, which I have turned on...
However, these usages are not showing up in my code. In the example below, if I right-click and choose find usages I see that this method is called 54 times...
Am I doing something wrong? Is there something else I need to set? Am I misinterpreting how to use this functionality?