0
kicks
Programming ReSharper Live Template Macros
ReSharper Live Templates (LTs) work just like Visual Studio snippets: they produce chunks of code that you can insert into your program. The difference between Live Templates and ordinary VS snippets is that LTs can make use of macros. These macros can be written in C#, and provide a lot of useful functionality, from simple string manipulation to complex data transformations. Let’s take a look at the way a typical macro is created.