ReSharper 2017.1 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 :

/help/img/dotnet/2017.1/ReSharper_by_Language__Visual_Basic__Live_Templates.png

Surround Templates

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

/help/img/dotnet/2017.1/ReSharper_by_Language__Visual_Basic__Surround_Templates.png

File Templates

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

/help/img/dotnet/2017.1/ReSharper_by_Language__Visual_Basic__Create_File.png
Last modified: 12 October 2017