Predefined Surround Templates for C++
This topic lists all predefined surround templates for C++ in ReSharper 2026.1. For more information about surround templates, refer to Surround code fragments with templates.
Template | Details |
|---|---|
| Scope C/C++ expressions, C# 2.0+ Body ($SELECTION$$END$) Parameters
|
| Scope C/C++ statements, C# 2.0+ Body {
$SELECTION$$END$
} Parameters
|
| Include guard surround template Scope C/C++ top-level declarations, At line start Body #ifndef $FILENAME$
#define $FILENAME$
$SELECTION$
#endif // $FILENAME$ Parameters
|