When editing a C# source file, I type
new {
Visual Studio auto-corrects it to
new object{
Is there a way
Have you checked your auto-complete options for ReSharper? I just tried this in a new (empty) class with the default ReSharper settings and couldn't duplicate it. What version of studio/ReSharper are you using?