Automatically Close Braces in Visual Studio
If you're an Eclipse or Netbeans user, you'll be very familiar with this topic. These IDEs automatically close braces, parenthesis, quotes, and brackets -- ( {},[],(),"",'' ) -- for you as you type in the code editors. It may sound like laziness, but it can actually save you debug/troubleshooting time as it ensures (well, helps to ensure) that for every open you have a corresponding close.