Predefined Live Templates for XML
This topic lists all predefined live templates for XML in ReSharper 2021.1. For more information about live templates, see Create Source Code Using Live Templates
| Template | Details |
|---|---|
ctx | Current file context Scope everywhere Body $CTX$ Parameters
|
nguid | Insert new GUID Scope everywhere Body $GUID$ Parameters
|
t | Create tag Scope XML tags Body <$TAG$>$END$</$TAG$> Parameters
Before expansion |
tc | Create closed tag Scope XML tags Body <$TAG$ $END$/> Parameters
Before expansion |
a | Create tag attribute Scope XML attributes Body $ATTR$="$END$" Parameters
Before expansion |





