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

Please sign in to leave a comment.
What if you rename the function temporarily to some unique name like abcsExtremelyAndUnncesessarilyLongName(), would the counter appear?
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.
Thank you for checking! It's this one then: WI-72551
Hi Eugene, you're right.