Resharper Live Template for Default Constructor

I have created a simple Resharper Live Template for saving typing time when you want to create a default constructor.

The basic templzate is:
Abbreviation: dc
Description: Create a Default Constructor
Available: everywhere
Template Text:
public $CLASSNAME$()
{

}

Template Variables:
Name:CLASSNAME
Value: Containing type name
Editable Occurence: false

See the image below as an example:

[[posterous-content:CGnzHzyzixIvAcGwmqBs]]

Topicala Tags:
Resharper, Live Templates