Predefined Live Templates for XML
This topic lists all predefined live templates for XML in ReSharper 2024.2. For more information about live templates, refer to 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 |