Favorite Visual Studio Extensions

The Visual Studio Gallery is the best place to find tools, controls, and templates to help make your life as a developer easier and more productive. Every so often, I publish my personal list of favorite extensions. This is something I started back when Visual Studio 2010 was first released. A lot has changed since then. I have already published my favorites list for Visual Studio 2013 several times. As new extensions are released, old ones updated or removed, the list does change a bit from time to time. This time, I’m going to separate the list into two sections, those extensions I feel are “must haves” and those I feel are “really nice to have”.

The “Must Haves”

These extensions are almost always language/platform agnostic and just make Visual Studio better and/or easier to work in. A lot of these, but not all, are from Microsoft, Microsoft DevLabs, or Microsoft employees (current and former).

  • Add Empty File
  • AutoHistory (Microsoft DevLabs)
  • Bing Developer Assistant Beta (Microsoft)
  • ClipboardHistory
  • Code Metrics Viewer 2013
  • Commentator
  • EditorConfig
  • File Nesting
  • ItalicComments
  • License Header Manager
  • Microsoft CodeLens Code Health Indicator (Microsoft DevLabs)
  • Move Type To File
  • NuGet Package Manager for Visual Studio 2013 (Microsoft)
  • Pretty Paste
  • Productivity Power Tools 2013 (Microsoft)
  • Visual Studio Spell Checker
  • Visual Studio Tools for Git (Microsoft)
  • Vitevic Move To New File Refactoring
  • VSCommands for Visual Studio 2013
  • Trailing Whitespace Visualizer

The “Really Nice to Haves”

These extensions generally fall into language specific or technology specific extensions. That really means they may only b useful to you at certain times.

  • Application Insights for Visual Studio (Microsoft)
  • NUnit Test Adapter
  • Shared Project Reference Manager
  • SHFB (This is only available from the CodePlex site.)
  • SideWaffle Template Pack
  • Snippetizer (Microsoft)
  • Web Essentials 2013 for Update 3
  • XAML Regions
  • .NET Portability Analyzer (Microsoft)
  • XAML Formatter
This article is part of the GWB Archives. Original Author: Scott Dorman

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.