ReSharper C++
The Visual Studio Extension for C++ Development
Tips & Tricks
ReSharper C++ Quick Tips: Postfix Completion
A new episode in the ReSharper C++ Quick Tips video series is now available! If you missed the previous episodes, here are the links:
- Overload Resolution
- Code Completion
- Converting Enum to String
- Macro Substitution
- C++20’s Comparisons
- Includes Analyzer
Postfix completion is a way of focusing on data rather than on syntax. Its biggest benefit is that it allows any function to be called using the syntax for method calls. This idea is similar to Uniform Function Call Syntax (UFCS), which is available in some other languages but still missing in C and C++. See how postfix completion can help speed up your C++ coding:
Learn more about ReSharper C++ in our online help.
Prev post ReSharper C++ Quick Tips: Includes AnalyzerReSharper C++ Quick Tips: Modernizing Quick-Fixes Next post