博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
16个不错的Visual Studio插件(转)
阅读量:6091 次
发布时间:2019-06-20

本文共 3375 字,大约阅读时间需要 11 分钟。

英文原文:

Microsoft Visual Studio(简称 VS)是美国微软公司的开发工具套件系列产品。VS 是一个基本完整的开发工具集,它包括了整个软件生命周期中所需要的大部分工具,如 UML 工具、代码管控工具、集成开发环境等等。所写的目标代码适用于微软支持的所有平台,包括 Microsoft Windows、Windows Mobile、Windows CE、.NET Framework、.NET Compact Framework 和 Microsoft Silverlight。(摘自)

  这个高效插件很多都应该熟悉。除此之外,Visual Studio 同样有很多插件,有助于开发人员/程序员的开发工作。本文收集整理了其他 16 个不错的插件。

0. 

一个小工具,也包括了一个颜色选择器。

1. 

Snippet Designer 是一个开源插件,有助 VS 提供更为丰富和更为高效的编码经历。

2. 

the Productivity Power Tools, your extension state (disabled or enabled) will be retained when you install a new version of the Tools as long as Visual Studio is running during the installation.

3. 

在 Solution Explorer 中的任意文件夹和图片上增加一个右击菜单,可来优化文件夹中的 PNG、GIF 和 JPEG 文件。优化并不影响图片质量,优化过程采用了业内已证明的算法,用于移除 EXIF 信息和其他数据。

4. 

VS Commands provides code navigation and generation improvements which will make your everyday coding tasks blazing fast and, together with tens of essential IDE enhancements, it will take your productivity to another level.

5. 

The Live Web Preview tool window loads your website/project in a browser and will update every time you save or build. You can turn on live editing for CSS which lets you see your CSS changes on your actual website as you type each keystroke.

6. 

This extension provides outlining and matching braces highlighting features for Visual Studio JavaScript and CSS editor. Works both in JS/CSS files and HTML script/style blocks.

7. 

Numbered Bookmarks allows users to create and recall bookmarks by using numbers. User can create 10 bookmarks (starting from 0 to 9). User can add or navigate to the particular bookmark by using the same shortcut key. The tool adds a bookmark margin to visual studio editor, next to scrollbar.

8. 

FxCop Integrator allows to integrate stand-alone FxCop and Code Metrics PoewrTool into VS2010. You can analysis your source code on VS2010 Pro.

9. 

Code Compare is a powerful file and folder comparison tool that demonstrates new level of code comparison. Advanced comparison approaches, which consider the peculiarities of different programming languages, make a significant advantage in code comparing.

10. 

Extend the “Open Folder in Windows Explorer” context menu option to the code editor and to all files in solution explorer.

11. 

A margin which exposes .Net Regular Expressions search and replace capabilities on a given code window. Toggle the margin by Alt+r. Navigate to next search by Alt+n.  Navigate to previous earch by Alt+p.  Escape key hides the margin and set focus back to the code window.  Even if the margin is hidden, as long as there is search in the Find What textbox, it will continually do a search on text updates.

12. 

Allows users to customize the color palette used for menus, toolbars, tabs, title bars, and other environment colors.

13. 

This extension provides spell checking support for various “natural language” portions of files. This includes:

Plain text files (the entire file is spell checked)

Source code (comments and strings are spell checked)

HTML/ASP (things that aren’t HTML tags are spell checked)

14. 

Makes triple click select an entire line.

15. 

Make ctrl+click perform a “Go To Definition” on the identifier under the cursor. Also, when the ctrl key is held down, highlight identifiers that look like they have definitions to navigate to.

16. 

曾在  推荐过这个插件:,在 Visual Studio 2010 环境下模拟 Vim 。

 

转载于:https://www.cnblogs.com/OOAbooke/archive/2012/05/03/2480546.html

你可能感兴趣的文章
home.php
查看>>
neo4j---删除关系和节点
查看>>
redis分布式锁redisson
查看>>
什么样的企业可以称之为初创企业?
查看>>
Python爬虫之BeautifulSoup
查看>>
《HTML 5与CSS 3权威指南(第3版·下册)》——第20章 使用选择器在页面中插入内容...
查看>>
如何判断自己适不适合做程序员?这几个特点了解一下
查看>>
newinstance()和new有什么区别
查看>>
android下载封装类
查看>>
[node] 用 node-webkit 开发桌面应用
查看>>
Nginx访问控制和虚拟主机
查看>>
report widget not working for external users
查看>>
windows phone 摄像头得到图片是旋转90°
查看>>
Linux--sed使用
查看>>
没有显示器的情况下安装和使用树莓派
查看>>
【android】使用handler更新UI
查看>>
mochiweb 源码阅读(十五)
查看>>
前端面试中的常见的算法问题
查看>>
计算机语言的基本理论
查看>>
nodejs流之行读取器例子
查看>>