JetBrains Rider
 
2025.1
Get JetBrains Rider

Template variables

Last modified: 11 February 2024

The body of a code template may contain:

  • Plain text that represents source code constructs and comments. It is inserted as is when you apply the template.

  • Template variables that are replaced dynamically when you apply the template. A template variable has the following format:

    $PARAM_NAME$ - where PARAM_NAME is an arbitrary identifier.