What is VS? 2. VS: 2.
The rapid development of technology can only be described with a glance. Just a few years ago, there was only JQUERY's call. In the past two years, various frameworks have been whistling.
Plugin directory:
JSEnhancements
Javascript Parser
Highlight all occurrences of selected word
C # outline
NuGet and VisualSVN
1. There is a very good plug-in JSEnhancements in VS2010.
The function is to use a block that is too long to write code like C #.
# REGION... # ENDREGION, so this plug-in is a little different from the method in C #.
In this way, you can collect this block, but there are two points of attention: it must be placed in the annotation symbol; it must be followed by the description text or it may not be condensed.
2. If JSEnhancements is configured with Javascript Parser
In this case, you must first find it in the View> other windows and click it.
Then put him on the left. At this time, all the JS files in the current document form a tree structure,
It is intuitive and can be directly located. When you move the mouse over it, you can also improve the comment information written in JS.
3. What about the Highlight all occurrences of selected word plug-in?
In the current document, when you double-click the selected words, all the words in the current document and the selected words will be highlighted in a highlighted color.
Both C #, HTML, and JS have the same effect.
4. the C # outline plug-in is also a very good plug-in.
In general, the smallest contraction in the Code was a function level,
But this plug-in can be used to scale down all the code blocks, such as if and.
5. The following two plug-ins are well known and recorded. It is convenient for you to check and help those who are looking for such features,
But do not know what the name is.
NuGet and VisualSVN
Nuget can be very convenient to manage the project library, specific installation, use can look at this blog http://www.cnblogs.com/chenkai/archive/2012/01/04/2312024.html
As for VisualSVN, you can look at the http://blog.csdn.net/lincyang/article/details/5658274
You are welcome to shoot bricks. If there are other useful and practical plug-ins, you are also welcome to propose them. I will add them one after another.