When editing a C# source file, I type
new {
Visual Studio auto-corrects it to
new object{
Is there a way
Try typing the left brace first, then going back and typing new. VS2008 does this for me (without ReSharper) and, if I remember, this is what I do. It's less typing than deleting the inserted "object".