I have several pages of code that need to have naming styles reinforced, e.g. use fooBar instead of FooBar for local variables. I don\'t want to co
fooBar
FooBar
Its included in resharper 2018, find an occurence of the incorrectly named variable, use the resharper context menu to fix all occurrence in the solution.