πŸ“œ ⬆️ ⬇️

20 free add-ons for Visual Studio

About 900 add-ons have already been created for Visual Studio 2010. Many of them make it easier to solve routine tasks, add convenience. Below are twenty popular add-ons that you may find useful for your work.

01: Productivity Power Tools



Addon which practically needs no introduction. Quick search, improvements in code navigation, additions to Solution Navigator, new file navigation interface, new options menu of add-ons, simplified search for reference assemblies, creation of projects with a specific template into one command using, automatic placement of brackets, highlighting of the current editing line, Correction of incorrect tabs, line columns, additions to syntax highlighting - this is an incomplete list of what this addition is capable of.
Add-on page .

02: VSCommands 2010



Another very popular addition that can firmly settle in your IDE. In this addon there are a lot of additional functions to Solution Explorer, such as previewing images, excluding accidental Drag & Drop, grouping elements, searching source files, editing project and solution files, and much more. Additionally, we should note the color highlighting of the Output Window lines, improvements in work with the debugger and project builds.
Add-on page .


03: Icon Grid Creator


Very interesting addon allows you to collect images in a single file, with subsequent access to them by index. Very useful for website development. All your icons will be represented by one image:
image
Individual elements of which you can access using the generated CSS file:
image
Add-on page .
')

04: Indent Guides



A simple but nevertheless effective addon that adds vertical rulers to your code. Productivity Power Tools has similar functionality, but maybe someone will need it separately.
Add-on page .


05: JScript Editor Extensions



Add-on improves work with Jscript code. Improvements include highlighting of paired brackets, automatic creation of collapsing regions, highlighting of the highlighted word, Intellisence for the parameters specified in the comments of your code, and other improvements.
Add-on page .


06: Regex Editor



An indispensable tool when creating regular expressions. Of the nice features, the highlighting of RegExp syntax and paired brackets, syntax hints, and regular expression testing should be noted. The add-on is integrated into the code editor.
Add-on page .


07: Minifier



Supplement with the talking name Minifier allows you to compress your js and css files using the popular services Closure and YUI Compressor.
Add-on page .

08: devColor


image
A small but very convenient addition to working with numeric color values ​​in CSS files. Underlines the code in the appropriate color directly in the editor.
Add-on page .

09: Highlight all occurrences of selected word


image
A simple but nevertheless useful addition that highlights all occurrences of the highlighted word in the code.
Add-on page .

10: Xaml Styler


image
Addition allows you to format the XAML code for its greater clarity. Able to sort attributes by importance.
Add-on page .

11: Copy As HTML


image
Copies the code to the clipboard as HTML. String numbering and vrapping are supported.
Add-on page .

12: Remove Unused References


image
Addition allows you to automatically remove all unnecessary references to the assembly that are not used in your project.
Add-on page .

13: Hide Main Menu


image
If you like to see only the code in front of you, this addon will help you to hide the main menu of Visual Studio. You can return it simply by pressing the Alt button.
Add-on page .

14: Code Metrics Viewer


image
Add-on, enabling the ability to study the metrics of your code. It's not a secret that this functionality is included only in the older editions of Visual Studio, but now, even if you are the owner of the Professional edition, you can look in a convenient way at those metrics that are prepared by the Code Metrics Power Tool.
Add-on page .

15: Elastic Tabstops for Visual Studio 2010


image
A very interesting addon that allows you to enable the "elastic tabstop" mode - dynamic movement of code blocks depending on the position in several lines.
Add-on page .

16: Image Insertion


image
Addon allows you to insert images directly into the code! Your code can now be provided with illustrations that will allow better commenting on certain important points of implementation.
Add-on page .

17: Ultra Find


image
Replacing the standard search dialog Visual Studio. Allows you to search for classes, methods, exclude files from the search by templates and extensions, highlight the results. Very fast It is interesting because it is based on the technology of Windows Search.
Add-on page .

18: ItalicComments


image
Comments on the code after installing this addon will be displayed in Italic font. It seems a trifle, but for many it is very pleasant.
Add-on page .

19: WoVS Quick Add Reference


image
A supplement that inserts references into the code based on the keyword and its presence in external assemblies. Very comfortably!
Add-on page .

20: CleanProject


image
Cleans up your project from compiled binaries, test results and other unnecessary files before sending. It is irreplaceable when you need to send only a compiled Solution and eliminates the hassle associated with moving to directories and deleting these files manually.
Add-on page .

I hope that from this list you will find a few additions that will be useful to you and make your work easier!

Source: https://habr.com/ru/post/127425/


All Articles