ReSharper C++
The Visual Studio Extension for C++ Development
Tips & Tricks
ReSharper C++ Quick Tips: Inlay Hints
Our ReSharper C++ Quick Tips video series has a new episode out! If you missed the previous ones, here are the links:
- Overload Resolution
- Code Completion
- Converting Enum to String
- Macro Substitution
- C++20’s Comparisons
- Includes Analyzer
- Postfix Completion
- Modernizing Quick-Fixes
ReSharper C++ helps you read code, as well as write it. Sure, hover tooltips are great for seeing more details about the code as you read it. But ReSharper can do more – it can show you hints right in the editor, so you can always see what’s going on without ever touching the mouse. This includes hints for parameter names, namespace names, preprocessor directives, and type names:
Learn more about ReSharper C++ in our online help.
Prev post ReSharper C++ Quick Tips: Modernizing Quick-FixesReSharper C++ Quick Tips: Text Search Next post