ReSharper 2018.1 Help

Predefined Surround Templates for XML

ReSharper | Templates Explorer | Surround Templates | XML

This topic lists all predefined surround templates for XML in ReSharper 2018.1. For more information about surround templates, see Surrounding Code Fragments with Templates

TemplateDetails
tag

Scope XML tags

Body

<$TAG$$END$>$SELECTION$</$TAG$>

Parameters

  • TAG - Suggests XML tag name used in current document (suggestXmlTagName)
  • SELECTION - The text selected by the user before invoking the template.
  • END - The caret position after the template is applied.
Last modified: 20 August 2018