Addin for Visual Studio 2008 and 2010 that provides auto close functionality for braces, parenthesis, brackets, and quotes -- {}, [] (), "", ''.
If you're familiar with Eclipse or Netbeans, you know that code editors in these IDEs automatically close braces, parenthesis, brakets, and quotes for you, and place the cursor between the open/close. One complaint I've had, along with many others according to my Google searches on the topic, is that Microsoft Visual Studio does not provide this functionality.
The long term goal for this project is to provide other simple productivity enhancements that to those of us who spend a lot of time in the Java IDE's and find the lack of these toys in Visual Studio annoying.
This project is distributed under the Apache2 license.
If you haven't already, check out the Power Commands project over at MSDN. It solves many other of the little annoyances. http://code.msdn.microsoft.com/PowerCommands