Close 'Em Plug-In For 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.

One complaint I've always had, along with many other people based on my Google searches, is that Microsoft Visual Studio does not have this functionality. If you're like me and spend a lot if time in both the Java IDE's and Visual Studio, you probably find it very annoying that the editors don't behave quite the same. It can really mess with your muscle memory and make you less productive.

While there are a few very good commercial packages out there that provide this functionality (along with a host of other cool toys), I haven't been able to find any free/open ones, so I wrote one. Milestone Visual Studio .Net Toys in born.

Milestone Visual Studio .Net Toys is an open source project. Both the binaries and source code are available.

Download