Hello,
I have a bunch of constants declared, and given a value but they are never used. Is there a way that CodeRush can delete all of these? I am having no luck with all of the options in the code cleanup for VB.NET. Thanks.
Here is an example of my code
Visual BasicConst procName As String = "my name"
Visual Studio even notices these and flags them as a Warning since they are unused local constant.s