你推荐Visual Studio 2010的哪些扩展? (请说明它是否免费,以及它的用途/功能)
当前回答
快速打开文件的Visual Studio 2010 -免费。模拟Eclipse用户所熟知的Open Resource特性。这个插件为Visual Studio打开任何解决方案文件提供了同样快速的方法。
VS10x编辑器视图增强器-免费beta版。类型和成员定义强调,块结束细节,可点击的热点(c#和VB文档)
其他回答
对齐-显然我是偏见,因为我写了它,但它是我使用的扩展比任何其他。
Visual Studio颜色主题编辑器(免费)
我不能编码,除非我的VS2010有一个类似stackoverflow的主题。
清洁项目-清洁Visual Studio解决方案
How many times have you wanted to send a project to a friend or upload it to a web site like MSDN Code Gallery only to find that your zip file has lots of stuff that you don't need to send in it making the file larger than it needs to be. bin folder obj folder TestResults folder Resharper folders And then if you forget about removing Source Control bindings whoever gets your project will be prompted about that. As someone who does this process a great deal I decided to share with you my code for cleaning a project.
devColor(自由)
小工具,强调十六进制颜色的样式表与正确的颜色。我真的很喜欢它融入编辑器的方式。
我不能没有DPack -特别是在处理大型项目时,它使在文件和成员之间导航更容易。而且是免费的。
最喜欢的快捷键:
Alt+U:文件浏览器,过滤文件类型 Alt+G:代码浏览器,过滤你输入的所有成员 Alt+M:代码浏览器,过滤方法在当前文件中键入
...等等。对我来说,在Project Explorer中找到路要容易得多。
推荐文章
- Visual Studio: ContextSwitchDeadlock
- Visual Studio:如何打破处理异常?
- VS 2017 Git本地提交数据库。每次提交时锁定错误
- 无法启动IIS Express Web服务器,注册URL失败,访问被拒绝
- 如何下载Visual Studio社区版2015(不是2017)
- 查找和替换-添加回车符或换行符
- Visual Studio Community和其他付费版本的区别是什么?
- "输出类型为类库的项目不能直接启动"
- “无法在证书存储区中找到清单签名证书”-即使添加了新密钥
- 如何比较单元测试中的列表
- 目标文件中无法解析的外部符号
- Visual Studio移动项目到不同的文件夹
- 如何在。net中创建和使用资源
- 如何在没有任何错误或警告的情况下找到构建失败的原因
- Visual Studio弹出提示:“操作无法完成”