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.

Generate Equality Members

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

Create Overload

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

Create Partial Class

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

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