Getting Resharper to Recognise When Classes *ARE* In Fact Used
Hi,
I don't know if there is a native way to do this (I think there are plugins that do it) but I was wondering if there was any way to configure Resharper to know this natively?
Say a class called MyClass is only ever used like .ConvertUsing<MyClass>(); and not directly instantiated like var class = new MyClas();
Thanks,
Jammer
Please sign in to leave a comment.