Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smart Paster Add-In for Visual Studio 2010

Does anyone know of any free add-in similar to Smart Paster, but for Visual Studio 2010?
Unfortunately, Smart Paster only works for VS2005 and VS2008.

For the ones that don't know what I'm talking about, check it out.

like image 256
Nelson Reis Avatar asked May 21 '10 14:05

Nelson Reis


2 Answers

My simplified (C# only) version for 2010 is here The post explains the VS2010 incompatibility (CommandBarButton.FaceId throws an exception) so you can change the VS2008 source code if you want. Update: full source and binary are now in Codeplex

like image 65
martin Avatar answered Sep 22 '22 17:09

martin


Working code for the addin for Visual Studio 2010 can be found here: http://code.google.com/p/smartpaster/source/checkout

I found that link via this page: http://inedo.com/downloads/smartpaster

However, the zip on that page is for a version that is not compatible with 2010. But get the code from Google code. That works.

like image 29
Rask Avatar answered Sep 18 '22 17:09

Rask