你推荐Visual Studio 2010的哪些扩展? (请说明它是否免费,以及它的用途/功能)
当前回答
世界VS默认浏览器切换器,方便切换浏览器在web项目。
其他回答
VSCommands是最好的免费插件之一! (视觉工作室画廊链接)
PowerCommands(自由)
JScript编辑器扩展
Bundles the following extensions for the Visual Studio 2010 JScript editor Brace Matching Adds support for automatically highlighting the matching opening or closing brace to the one currently at the cursor. Supports matching parenthesis: (), square brackets: [], and curly braces: {}. Braces in strings, comments and regular expression literals are ignored. Outlining / Cold-folding Adds support for automatically creating outlining regions for JScript blocks. Blocks are detected via opening and closing curly braces. Braces in strings, comments and regular expression literals are ignored. Current Word Highlighting Adds support for highlighting all instances of the word currently at the cursor. IntelliSense Doc-Comments Support Adds support for the element in JScript IntelliSense doc-comments to allow display of new lines in IntelliSense tooltips.
devColor(自由)
小工具,强调十六进制颜色的样式表与正确的颜色。我真的很喜欢它融入编辑器的方式。
如果你是Vim爱好者……
VsVim -免费 ViEmu -不免费(也未发布)
推荐文章
- 如何用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?