'Rename all variables in C++ project by naming style

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



Solution 1:[1]

Bulk rename is not supported yet in ReSharper C++.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Igor Akhmetov