ReSharper C++ Quick Tips: Converting Enum to String
A new episode in the ReSharper C++ Quick Tips video series is now available! If you missed the previous ones, here are the links:
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.