PhpStorm not showing how many times a function is invoked

Hi all, do we know in what instances PhpStorm may not show how many times a function is invoked?

I can see the usage on every function except the last one (invoked 28 times).

Thanks,

Bogdan

0
Hi Bogdan,

What if you rename the function temporarily to some unique name like abcsExtremelyAndUnncesessarilyLongName(), would the counter appear?
0

Hi Eugene, as soon as I rename it (to anything), the usage number appears. I tried that by adding ‘2’ at the end of the function name.

0

Thank you for checking! It's this one then: WI-72551

0

Hi Eugene, you're right.

0

请先登录再写评论。