views:

793

answers:

4

I am just about to get used with Visual Studio 2010 right now.

So could you mention visual studio add-in that is ready for Visual Studio 2010?

+1  A: 

AnkhSVN - a subversion client is VS 2010 compatible.

Hope that helps,

Dan

AnkhSVN

Daniel Elliott
+1  A: 

AtomineerUtils - includes several general coding tools for C/C++/C#, but primarily provides an excellent automatic DocXml/Doxygen comment generation tool.

Jason Williams
+2  A: 

JetBrains has preview builds of ReSharper available. It may not be completely stable yet, but some ReSharper is better than no ReSharper...

Nader Shirazie
Sweet ... thank you! R# is the business; wasn't aware preview build was yet available
Daniel Elliott
Oh! so they have one which compatible with 2010.
Anwar Chandra
Yup. Life is good again... :)
Nader Shirazie
+1  A: 

Take a look within Visual Studio itself: Tools -> Extension Manager.

This will show various tools and other extensions from http://visualstudiogallery.msdn.microsoft.com/en-us/. I'm not sure if it's working very well right now, as I'm having connection issues within VS and the site seems a bit slow.

I know AnkhSVN exists on there and I'm sure others do as well.

Here's a blog post with some more information: Get VS2010 Extensions easily with built-in Extension Manager (and checking out a VS2010T4 editor)

Ryan Versaw