Project Description
Visual Studio Add-In for C# that helps to generate constructors from field/properties and constructors of the superclass. The commands are accessible from the text editor's context menu. Comet is developed in C#.
This Add-In's purpose is to add the missing code-generation functionality natively supported
by Eclipse IDE.
The following features are planned but not yet implemented:
- generation of ToString()
- generation ==-operator, Equals() and GetHashCode()
- generation of Properties from Fields
- generation of overridable Superclass or Interface Methods
Trivia: The name "Comet" is derived from "Eclipse".