ReSharper 2017.1 Help

Predefined Surround Templates for TypeScript

ReSharper | Templates Explorer | Surround Templates | TypeScript

This topic lists all predefined surround templates for TypeScript in ReSharper 2017.1 EAP 8. For more information about surround templates, see Surrounding Code Fragments with Templates

TemplateDetails
{}

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: 12 October 2017