Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommended add-ons/plugins for Microsoft Visual Studio [closed]

People also ask

Are there extensions for Visual Studio?

Extensions are add-ons that allow you to customize and enhance your experience in Visual Studio by adding new features or integrating existing tools. An extension can range in all levels of complexity, but its main purpose is to increase your productivity and cater to your workflow.

Is Visual Studio 2019 still supported?

Visual Studio 2019 version 16.7: support ends April 12, 2022. We recommend users move to the version 16.11 supported baseline, or to Visual Studio 2022. Visual Studio 2019 Preview Channel: after April 2022, we will no longer provide updates to the Preview Channel of Visual Studio 2019.

How do I add an extension in VS code 2022?

To open the Manage Extensions dialog, choose Extensions > Manage Extensions. Or, type Extensions in the search box and choose Manage Extensions. The pane on the left categorizes extensions by those that are installed, those available on Visual Studio Marketplace (Online), and those that have updates available.

What are the new features in Visual Studio 2019?

In Visual Studio 2019, we've added search in the Watch, Locals, and Autos windows to help you find the objects and values you're looking for. You can also format how a value is displayed within the Watch, Locals, and Autos windows.


SmartPaster - (FREE) Copy/Paste code generator for strings

AnkhSvn - (FREE) SVN Source Control Integration for VS.NET

VisualSVN Server - (FREE) Source Control

ReSharper - IDE enhancement that helps with refactoring and productivity

CodeRush - Code gen macros on steroids

Refactor - Code refactoring aid

CodeMaid (FREE) - Code cleanup, organization and complexity analysis

CodeSmith - Code Generator

GhostDoc - (FREE) Simple code commenting tool

DXCore (FREE) and its many awesome plugins: DxCore Community Plugins, CR_Documentor, CodeStyleEnforcer, RedGreen

TestDriven.Net - (FREE/PAY) Unit Testing Aid

Reflector - (PAY) Feature rich .Net Disassembler Reflector AddIn's

Web Deployment Projects - Provides additional functionality to build and deploy Web sites and Web applications (source).

StudioTools - (FREE) Navigation assistant, code metrics tool, incremental search, file explorer in visual studio and tear off editor windows. Moved from old site (archive.org) to new site and discontinued.


Not free, but ReSharper is definitely one recommendation.


Whole Tomato's Visual Assist X. I absolutely swear by it. I would like to see a better plug in for Lint than Visual Lint by Riverblade, but since that will eventually be moved onto the build server I don't mind running it every couple of days manually.


PowerCommands is a Microsoft-created plugin that offers a variety of new features that one would think probably should have been in Visual Studio in the first place.

These include

  • Copying/Pasting project references!
  • "Open Containing Folder" to jump straight to the hard-drive location of a file or project
  • Automatic reorganizig and sorting of using statements
  • "Open Command Prompt Here" to open a command prompt in any of your project folders.
  • Collapse Projects

RockScroll is awesome, and free.


Addendum

As @Andrei points out, MetalScroll is a better alternative. It's Open Source, and corrects some annoying things about RS.


I'm a big fan of CodeRush and Refactor! Pro by DevExpress. I've been using them for a number of years, and without a doubt it makes me a faster developer. Also, both are built on a free framework called DXCore that allows you to develop your own plug-ins for Visual Studio, and the sky is the limit there...


  • Resharper
  • Resharper MbUnit Test Runner Add-On
  • SQL Prompt for Database Projects (works inside your SQL Management Studio as well)
  • Ankh SVN 2.0+ for free SVN support (v1.x pales in comparison)
  • TeamCity plug-in to monitor your builds, personal builds, and bug tracking