Private variables name style correction
We are using R# and have changed the settings for private fields to begin with an underscore (_), but when we do the code cleanup and there are variables that do not meet this they are not modified. I thought (maybe wrongly) that if you did a code cleanup that these got modified and I wouldn't have to do it by hand. Is this correct? And if so, how or what do I need to set for it to do this.
Thanks.
Larry
Current Version 6.0
Please sign in to leave a comment.
Hello Larry
At the moment Code Cleanup doesn't automatically fix naming style problems. This is a common request and we will probably add such functionality to Code Cleanup in one of the future releases. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Currently, the tool isn't finding them either. Could this be a clash with StylCop that we are also using?
Thanks
Larry