Rename all variables in C++ project by naming style

Viewed 88

How I can rename all variables and functions to suggested with name style in all C++ project?

I setup name style in ReSharper. I know that in C# project I could apply naming style for all project. But in C++ I don't see this setting:

enter image description here

1 Answers
Related