Now I structure my C# class files in regions:
**
- Property region
- Field region
- Constructor region
- Method region
**
Is there anyway to create a custom Class template which includes my regions (and another formatting) automatically when I press Add New Item -> Class... so I can save time?
I'm using Visual Studio 2013 Ultimate.