Predefined Live Templates for HTML-Like
This topic lists all predefined live templates for HTML-Like 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
|
<script | Create script tag Scope HTML and similar tags Body <script type="$attributeValue$">$END$</script> Parameters
|
a | Create tag attribute Scope HTML and similar attributes Body $ATTR$="$END$" Parameters
|