Wednesday, August 5, 2009

Code Generation Popup

One feature I always wanted to have is the code generation pop up. I'm currently working on the refactoring part of MonoDevelop and I take the chance implementing the code generation popup.
This is a real time saver, if you know how to use it.
What can it do for you ? It can:
  • Create constructors and initialize members
  • Create properties
  • Create event OnXXX methods
  • Create ToString() method
  • Create Equals & HashCode
See the Quick Code Generation entry in the mono develop wiki for more details on that feature.