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