JetBrains Rider 2018.1 Help

Code Generation in Visual Basic .NET

All JetBrains Rider's code generation 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 Generation section.

All code generation actions are displayed in the Generate menu, available with the Alt+Insert shortcut.

ReSharper by Language Visual Basic Generate Content

Besides the main set of generation actions, JetBrains Rider provides the Generate event subscriptions actions, which is specific for Visual Basic .NET.

Generate Event Subscriptions

JetBrains Rider helps you quickly generate event subscription methods in ASP.NET CodeBehind files.

Generating event subscriptions in VB.NET
Last modified: 20 August 2018

See Also