ReSharper 2020.3 Help

Predefined Surround Templates for HTML-Like

ReSharper | Templates Explorer | Surround Templates | HTML-Like

This topic lists all predefined surround templates for HTML-Like in ReSharper 2020.3. For more information about surround templates, see Surround Code Fragments with Templates

TemplateDetails

Wrap the selection in a hyperlink

Scope HTML and similar tags

Body

<a href="http://$END$">$SELECTION$</a>

Parameters

  • SELECTION- The text selected by the user before invoking the template.

  • END- The caret position after the template is applied.

Last modified: 24 March 2021