ReSharper 2021.3 Help

Predefined Live Templates for XML

ReSharper | Templates Explorer | Live Templates | XML

This topic lists all predefined live templates for XML in ReSharper 2021.3. For more information about live templates, see Create source code using live templates

Template

Details

ctx

Current file context

Scope everywhere

Body

$CTX$

Parameters

  • CTX - Provides list of items describing current context. This includes file name, containing type name, namespace name, etc. (context)

nguid

Insert new GUID

Scope everywhere

Body

$GUID$

Parameters

  • GUID - Generates new Globally Unique Identifier (GUID) (guid)

t

Create tag

Scope XML tags

Body

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

Parameters

  • TAG - Suggests XML tag name used in current document (suggestXmlTagName)

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

Before expansion

ReSharper: Live templates
After expansion
ReSharper: Live templates

tc

Create closed tag

Scope XML tags

Body

<$TAG$ $END$/>

Parameters

  • TAG - Suggests XML tag name used in current document (suggestXmlTagName)

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

Before expansion

ReSharper: Live templates
After expansion
ReSharper: Live templates

a

Create tag attribute

Scope XML attributes

Body

$ATTR$="$END$"

Parameters

  • ATTR - Suggests XML attribute name used in the same tags in current document (suggestXmlAttributeNameByTag)

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

Before expansion

ReSharper: Live templates
After expansion
ReSharper: Live templates

Last modified: 07 April 2022