This article turns from http://www.cnblogs.com/stg609/p/3726898.html
Visual Studio has a very good extensibility, and in previous articles, I also showed you how to expand the editor (see Reference Resources at the end of this article). In this article, I'll cover several very useful extensions to help us improve our development efficiency.
C # outline
The default outline scheme for Visual Studio allows code folding only at the method level and above, and cannot collapse an if, while chunk, and this tool compensates for this problem.
2010 | 2012 | 2013
Highlight all occurrences of selected word
The extension can highlight all relevant code in yellow and mark it in the left-hand area with conspicuous squares, allowing us to identify where the relevant code is at a glance.
2010~2013
Indent Guides
The code is too long, and sometimes it's confusing to see which brackets are a pair, and this tool draws a dashed line for each indent.
2010 | 2012~2013
Productivity Power Tools
Microsoft's official extension, which contains n many useful tools, such as tag completion, copy reference, enhanced scroll bar, etc., see the Free boutique: Productivity Power Tools animated demo.
2010 | 2012 | 2013
Visaul Studio Color Theme Editor
Visual fatigue can affect our development efficiency, the use of non-glare color scheme to a certain extent to alleviate fatigue, and this tool greatly simplifies the process of color matching, see "for the Revolution to protect eyesight---visual Studio color change."
2010 | 2012 | 2013
Web Essentials
For the development of the Web site of children's shoes, this is an artifact, it can be color (, picture, font) preview, automatically generate Xxx.min.js, automatically generate compatible browser CSS, etc., about this extension of the article, has been a very detailed and easy to understand the introduction of the Park friends, For more information, refer to the sharpest Visual Studio Web development tools Extension: Web Essentials detailed.
The above article has a very powerful feature that the author does not specify: Zen coding. This is a way for you to quickly write HTML code, and we all know that in Visual Studio you just have to write H1 and then click the TAB key to automatically generate <H1></H1>, and position the cursor in the middle so you can edit it. With Zen coding, you can use H1>span to quickly create a nested HTML code:
2010 | 2012 | 2013
Break it up and read
The above plugins are my favorite extension, in addition, Vscommands, Resharper is also a good extension, but vscommands normal version (free) Most of the features are also available in Productivity Power Tools, and Features that are not available in Productivity Power Tools, such as auto-hiding Visual Studio menus, packaging project files, are either a little bit of a problem or a feature that is rarely used for me. and Resharper to charge, trial only 30 days.
In addition, if you have other think good and free (trial, charges are not considered) extension welcome message ~ ~
Reference Resources
How to extend the Visual Studio editor
The source of this article is "Free Boutique: Visual Studio Practical Extension Recommendations"
Go Visual Studio Utility Extensions recommended