ReSharper 2016.2 Help

Code Templates in Visual Basic .NET

All ReSharper's code templates features available in C# are also supported in Visual Basic .NET. You can find the detailed information on these features in the corresponding topics of the Code Templates section.

In this topic, you can find some examples of using code templates features in Visual Basic .NET:

Live Templates

You can insert a new variable declaration, a Select Case statement, etc. using live templates:

ReSharper_by_Language__Visual_Basic__Live_Templates

Surround Templates

To quickly enclose an expression, statement or some other selected block of code, use surround templates:

ReSharper_by_Language__Visual_Basic__Surround_Templates

File Templates

Create a new class, interface, structure, etc. based on file templates:

ReSharper_by_Language__Visual_Basic__Create_File
Last modified: 15 December 2016