Say I am inheriting from a class with several "overloaded" constructors.
By any chance is there a short cut in Visual Studio which writes the constructors in the derived class with the same signatures as in the default class for me, with boilerplate code which calls MyBase.New(...) and plugs in the arguments for me?
EDIT: As far as I can find there is no such shortcut built-in, however there is one in resharper as suggested by Raymond.