Code templates in Visual Basic
All ReSharper's code templates features available in C# are also supported in Visual Basic. 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.
You can insert a new variable declaration, a Select Case
statement, and so on using live templates:

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

Create a new class, interface, structure, and so on based on file templates:
