ReSharper 2020.3 Help

Predefined Surround Templates for ASP.NET(VB.NET)

ReSharper | Templates Explorer | Surround Templates | ASP.NET(VB.NET)

This topic lists all predefined surround templates for ASP.NET(VB.NET) in ReSharper 2020.3. For more information about surround templates, see Surround Code Fragments with Templates

TemplateDetails
foreach

For Each block

Scope ASP.NET tags

Body

<%For Each $VAR$ As $TYPE$ In $COL$ %> $SELECTION$ <%Next%>

Parameters

  • COL- Suggests visible variable that can be enumerated (that is, used in foreach loop as collection) (enumerableVariable)

  • TYPE- Analyzes code and guesses type of element of a collection. (guessElementType)

  • VAR- When executed in variable declaration (where variable name should stand), suggests name for the variable. (suggestVariableName)

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

Before expansion

ReSharper: Live templates
After expansion
ReSharper: Live templates

Last modified: 24 March 2021