ReSharper C++ has many context actions to help you quickly generate and edit code. Whenever you see the hammer icon, press Alt+Enter to show a popup menu of actions for the code under the cursor. One example is Convert to string, which converts an enum value into its string equivalent. Let’s see that in action:
Learn more about ReSharper C++ in our online help.