你推荐Visual Studio 2010的哪些扩展? (请说明它是否免费,以及它的用途/功能)
当前回答
ReSharper(不自由)
其他回答
这是我的扩展列表。
上面的列表非常全面,所以我花了一些时间来寻找我需要的扩展。这是快照。希望它能帮助到一些人。
我尝试安装comaid,它看起来是一个漂亮的插件,但我的Visual Studio响应变得非常慢。感觉有些线程在码女启动的时候一直在做一些工作。 现在先卸载。
VSCommands是最好的免费插件之一! (视觉工作室画廊链接)
清洁项目-清洁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.
世界VS默认浏览器切换器,方便切换浏览器在web项目。
插件可以快速转到解决方案中的任何文件 声波文件查找器(免费) 快速切换。h和。cpp文件 可在此处获取宏(免费)
就是这样=)
推荐文章
- 如何用msbuild发布Web ?
- Visual Studio 2017:显示方法参考
- 为什么ReSharper想要使用'var'的一切?
- 在Visual Studio中默认从项目中删除安全警告(_CRT_SECURE_NO_WARNINGS)
- 未将相关DLL复制到Visual Studio中的构建输出文件夹
- 在Visual Studio中设置“首选32位”的目的是什么?它实际上是如何工作的?
- c# 8支持。net框架吗?
- 如何在解决方案中找到未使用的NuGet包?
- 查看Visual Studio 2010+中的所有断点
- Visual Studio禁用缺少XML注释警告
- 如何禁用诊断工具?
- Visual Studio单击“查找结果”在错误的窗口中打开代码
- 无法打开Visual Studio -抛出错误“安装过程中无法运行”
- 我在哪里可以找到安装在Visual Studio中的TypeScript版本?
- Visual Studio代码如何解决合并冲突与git?