ReSharper 2016.1 Help

Predefined Live Templates for HTML

ReSharper | Templates Explorer | Live Templates | HTML

This topic lists all predefined live templates for HTML in ReSharper 2016.1.1. For more information about live templates, see Creating Source Code Using Live Templates

TemplateDetails
ctx

Current file context

Scope everywhere

Body

$CTX$

Parameters

  • CTX - Provides list of items describing current context. This includes file name, containing type name, namespace name, etc. (context)
nguid

Insert new GUID

Scope everywhere

Body

$GUID$

Parameters

  • GUID - Generates new Globally Unique Identifier (GUID) (guid)
<script

Create script tag

Scope HTML and similar tags

Body

<script type="$attributeValue$">$END$</script>

Parameters

  • attributeValue - Suggest attribute value for current html tag attribute (suggestAttributeValue)
  • END - The caret position after the template is applied.

Before expansion

Reference__Options__Templates__Live_Templates__Predefined__HTML__script__before

After expansion
Reference__Options__Templates__Live_Templates__Predefined__HTML__script__after

t

Create tag

Scope HTML tags, Razor tags

Body

<$TAG$>$END$</$TAG$>

Parameters

  • TAG - Suggest tag name used in current document (suggestTagName)
  • END - The caret position after the template is applied.

Before expansion

Reference__Options__Templates__Live_Templates__Predefined__HTML__t__before

After expansion
Reference__Options__Templates__Live_Templates__Predefined__HTML__t__after

tc

Create closed tag

Scope HTML tags, Razor tags

Body

<$TAG$ $END$/>

Parameters

  • TAG - Suggest tag name used in current document (suggestTagName)
  • END - The caret position after the template is applied.

Before expansion

Reference__Options__Templates__Live_Templates__Predefined__HTML__tc__before

After expansion
Reference__Options__Templates__Live_Templates__Predefined__HTML__tc__after

a

Create tag attribute

Scope HTML and similar attributes

Body

$ATTR$="$END$"

Parameters

  • ATTR - Suggests attribute name used in the same tags in current document (suggestAttributeNameByTag)
  • END - The caret position after the template is applied.

Before expansion

Reference__Options__Templates__Live_Templates__Predefined__HTML__attr__before

After expansion
Reference__Options__Templates__Live_Templates__Predefined__HTML__attr__after

Last modified: 19 August 2016