Templating/code completion plugin that helps reducing backward caret jumps while typing C# code. Kind of surround templates on steroids baked with code completion.
Recent change notes
• ReSharper 9.1 support;
• Parameter info is turned off by default (too annoying);
• Respect "Automatically insert parentheses after completion" ReSharper setting in `.new`/`.throw` templates and static members completion;
• Fix lookup list placement of enum cases items in 9.0 build;
• Fix static member completion with "Automatically insert parentheses after completion" ReSharper setting turned off.