JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Template variables

Last modified: 30 September 2021

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.