Smart Paster Add-In for Visual Studio 2010

五迷三道 提交于 2019-12-03 17:41:36

问题


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.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/2882874/smart-paster-add-in-for-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!