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, and so on using live templates:
Surround templates
To quickly enclose an expression, statement or some other selected block of code, use surround templates:
File templates
Create a new class, interface, structure, and so on based on file templates:
Last modified: 21 July 2022