注册 登录
编程论坛 C# 论坛

教你玩VS小插件

wangnannan 发布于 2015-06-02 13:08, 2603 次点击
AsEclipse V2.1.0
有时候真的为写属性蛮烦恼的 虽然用快捷键ctrl+r+e可以快速生成 可还是很慢的
于是就上网上找一个批量生成的插件
如果你用VS2010(非Express版本),还可以下载插件,该插件支持批量生成
AsEclipse  下载地址:http://visualstudiogallery.msdn.
 支持VS2005、VS2008、VS2010 中英文版

https://visualstudiogallery.msdn.
下载下来是一个dll 具体怎么用呢 看了下MSDN
程序代码:
Install:

 Extract the file, and put the .dll and .Addin into “Addins” directory of the application directory of Visual Studio. The default path is My Doucuments\Visual Studio 2008 (or 2005 or 2010)\Addins. If there is no “Addins” directory in that place, create it yourself. At last restart the Visual Studio.

 If you can’t see the AsEclipse’s menu in the “tools” menu of Visual Studio, when you installed correctly. Please restart the Visual Studio.

 ——————

 Uninstall:

 Directly delete the .dll and .Addin

直接扔到My Doucuments\Visual Studio 2008 (or 2005 or 2010)里面 重启VS即可 省事多了
6 回复
#2
wp2319572015-06-02 14:06
干嘛用的
#3
Maick2015-06-03 15:33
批量生成属性的插件?
好用吗
#4
王者与亡者2015-07-24 20:58
可怕呢…………
#5
qq17194114612015-08-30 11:43
#6
代码艺术2015-10-07 11:29
C#果然是懒人的语言么
#7
leisiege2015-10-22 16:16
get.set已经够简单了吧。这个还能怎么简单。
1