Cleanup Code rename variables?
Answered
Let's say I've got a public field in camel case but resharper wants it to be pascal case. I run cleanup code. Why doesn't it change the name for the field?
Please sign in to leave a comment.
Code cleanup applies formatting rules and many other code style preferences in a bulk mode, but it does not apply all other inspections and quickfixes.
Thanks!