AutoDeclare
CodeRush Classic enables you to quickly declare a field or a local variable on the base of a class.
You just need to type the class name and press Ctrl+A.
The identifier name is inherited from its type. For example, the field of the string type is named _String etc.
If you need to customize the default names for identifiers of a certain class, use the Default Names options page.