Predefined Live Templates for XML
This topic lists all predefined live templates for XML in ReSharper 2022.3. 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 |