你推荐Visual Studio 2010的哪些扩展? (请说明它是否免费,以及它的用途/功能)
当前回答
《幽灵医生》(免费)
正确地配置它需要一段时间,但它可能非常有用。
其他回答
RockScroll(免费)-双击一个单词/符号,高亮显示该单词/符号的所有出现。还将滚动条替换为代码预览,并突出显示编辑点和“所有发生”行。
使用示例:想要查看变量是否在当前源文件中的其他地方使用?双击变量,查看滚动条中的任何红色高亮。
VisualSVN(不自由)
我个人更喜欢AnkhSVN,因为它不是SCC提供者,也不会向我的存储库添加额外的文件。
清洁项目-清洁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.
VSFileNav -(免费)在解决方案中查找文件工具(在SonicFileFinder和Resharper之间交叉)。重量轻,易于使用和快速(我厌倦了用Sonic启动时间太长)。
免责声明:这个工具是我写的。
NuGet
NuGet(以前的NuPack)是一个面向。net平台的免费、开源的包管理系统,旨在简化在开发过程中将第三方库合并到。net应用程序中的过程。
推荐文章
- 查看Visual Studio 2010+中的所有断点
- Visual Studio禁用缺少XML注释警告
- 如何禁用诊断工具?
- Visual Studio单击“查找结果”在错误的窗口中打开代码
- 无法打开Visual Studio -抛出错误“安装过程中无法运行”
- 我在哪里可以找到安装在Visual Studio中的TypeScript版本?
- Visual Studio代码如何解决合并冲突与git?
- _references.js是用来做什么的?
- 如何为新的c#类/接口编辑Visual Studio模板?
- IIS Express Windows身份验证
- 无法加载DLL 'SQLite.Interop.dll'
- 配置系统初始化失败
- 在Visual Studio中是否有标准的快捷键来构建当前项目?
- 我如何让我的解决方案在Visual Studio回到在线的TFS?
- 如何在Visual Studio中生成getter和setter ?