JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

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.