Predefined Live Templates for XML
This topic lists all predefined live templates for XML in ReSharper 2021.2. For more information about live templates, see Create source code using live templates
Template | Details |
---|---|
| Current file context Scope everywhere Body $CTX$ Parameters
|
| Insert new GUID Scope everywhere Body $GUID$ Parameters
|
| Create tag Scope XML tags Body <$TAG$>$END$</$TAG$> Parameters
Before expansion After expansion |
| Create closed tag Scope XML tags Body <$TAG$ $END$/> Parameters
Before expansion After expansion |
| Create tag attribute Scope XML attributes Body $ATTR$="$END$" Parameters
Before expansion After expansion |