Code Generation

Automatically creates different type members
on-the-fly and assists you while coding
Code Generation

Create Set/Get Property

You can quickly select one or more fields to automatically create read/write properties. View demo

Generate Equality Members

Easily create a non-default constructor on-the-fly by selecting the fields for the constructor to take as parameters. View demo

Create Overload

Create Overload auto-generates an overload for a method/constructor.
View demo

Create Partial Class

Create Partial Class auto-generates a partial class in a new file View demo

Create Derived Type

Create Derived Type auto-generates a derived type, implementing virtual members. You can create derived type from a class and from an interface View demo