Visual Studio 拥有非常不错的可扩展性,在之前的文章中,我也给大家示范了如何进行编辑器的扩展(详见文末参考资源).在本篇文章中,我将介绍几款非常实用的扩展,从而帮助我们提高开发效率. C# outline Visual Studio 默认的大纲方案只允许在方法级别及以上进行代码的折叠,无法对一个if.while的区块进行折叠,而这款工具则正好弥补了这个问题. 下载地址 2010 | 2012 | 2013 highlight all occurrences of selected w
Indent Guides 为每个缩进绘制一条虚线: Highlight all occurrences of selected word 高亮相关代码: Productivity Power Tools 微软官方推出的扩展,标记补全.复制引用.增强的滚动条等,详见<免费的精品: Productivity Power Tools 动画演示>: Visaul Studio Color Theme Editor 简化配色步骤,详见<为革命保护视力 --- 给 Visual Studio 换颜