JetBrains Rider 2021.2 Help

Predefined Surround Templates for JavaScript

This topic lists all predefined surround templates for JavaScript in JetBrains Rider 2021.2. For more information about surround templates, see Surround code fragments with templates

Template

Details

{}

Surround the selection with braces

Scope JavaScript

Body

{ $SELECTION$$END$ }

Parameters

  • SELECTION- The text selected by the user before invoking the template.

  • END- The caret position after the template is applied.

()

Surround the selection with parentheses

Scope JavaScript

Body

($SELECTION$$END$)

Parameters

  • SELECTION- The text selected by the user before invoking the template.

  • END- The caret position after the template is applied.

Last modified: 21 October 2021