HTML
In addition to
HTML-like templates, ReSharper provides several live templates for HTML, which are described below.
| Template name |
Description |
t
Go to top
|
Purpose Displays the list of tags. The list is determined based on previously used tags.
Before expansion After expansion
Parameters
-
TAG - name of tag to be inserted.
-
END - position of the caret after applying the template.
|
tc
Go to top
|
Purpose Displays the list of tags. The list is determined based on previously used tags. Compared to the previous template, this
one inserts single closed tag.
Before expansion After expansion
Parameters
-
TAG - name of tag to be inserted.
-
END - position of the caret after applying the template.
|