ReSharper 2017.2 Help

Code Generation in Visual Basic .NET

All ReSharper'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, ReSharper provides the Generate event subscriptions actions, which is specific for Visual Basic .NET.

Generate Event Subscriptions

ReSharper helps you quickly generate event subscription methods in ASP.NET codebehind files.

Generating event subscriptions in VB.NET
Last modified: 14 December 2017

See Also