usage numbers are missing
I am at version 2018.1 of JetBrains ReSharper Ultimate (C#). There used to be little white statistics above a method signature showing me how many usages it had. This has disappeared and I'm wondering how to turn it back on?
Please sign in to leave a comment.
That's the Visual Studio "CodeLens" feature, rather than a R# feature.
Tools => Options => Text Editor => All Languages => CodeLens
You'll need either the Enterprise or Professional version of Visual Studio to enable them.
Find code changes and other history with CodeLens - Visual Studio | Microsoft Docs
Thank you Richard! That was it.