What ReSharper 4.0 live templates for C# do you use?
- by Rinat Abdullin
What ReSharper 4.0 templates for C# do you use?
Let's share these in the following format:
[Title]
Optional description
Shortcut: shortcut
Available in: [AvailabilitySetting]
// Resharper template code snippet
// comes here
Macros properties (if present):
Macro1 - Value - EditableOccurence
Macro2 - Value - EditableOccurence
One macro per answer, please!
Here are some samples for NUnit test fixture and Standalone NUnit test case that describe live templates in the suggested format.