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