JetBrains Rider 2023.3 Help

Code templates in Visual Basic

All JetBrains Rider'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 List of predefined templates section.

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

Live templates

You can insert a new variable declaration, a Select Case statement, and so on using live templates:

JetBrains Rider: Live templates in Visual Basic

Surround templates

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

JetBrains Rider: Surround templates in Visual Basic

File templates

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

JetBrains Rider: File templates in Visual Basic
Last modified: 18 March 2024