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:

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.

image description