Where can I get add-ins for visual studio express?

自作多情 提交于 2019-12-01 04:40:15

问题


There is countless add-ins on http://visualstudiogallery.msdn.microsoft.com/ but it seems they are all not for visual studio express (I use visual studio 2010 C# express in my laptop).

But extension manager does provide links to the site so I wonder how can I add-ins for VS express in the site?


回答1:


Visual Studio Express does not support add-ins.

If you are student, you may be able to get full version (Professional) from either MSDN AA or from DreamSpark. Otherwise you are out of luck (unless you purchase it yourself).

EDIT: You may also try SharpDevelop. It is open-source alternative to Visual Studio. It does not support Visual Studio extensions, but it does support its own extensions. And it may have the features you are looking for.

EDIT Dec 2014: There is now a Visual Studio Community Edition which is free for noncommercial and some commerical uses and does support add-ins!



来源:https://stackoverflow.com/questions/8953030/where-can-i-get-add-ins-for-visual-studio-express

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