JetBrains Rider 2018.1 Help

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

This topic lists all predefined surround templates for ASP.NET(VB.NET) in JetBrains Rider 2018.1. For more information about surround templates, see Surrounding Code Fragments with Templates

TemplateDetails
foreach

For Each block

Scope ASP.NET tags

Body

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

Parameters

  • COL - Suggests visible variable that can be enumerated (that is, used in foreach loop as collection)
  • TYPE - Analyzes code and guesses type of element of a collection.
  • VAR - When executed in variable declaration (where variable name should stand), suggests name for the variable.
  • SELECTION - The text selected by the user before invoking the template.

Before expansion

Reference Options Templates Surround With Templates Predefined ASP NET VB NET foreach before

After expansion
Reference Options Templates Surround With Templates Predefined ASP NET VB NET foreach after

Last modified: 20 August 2018