less than 1 minute read

With the ability to extend Visual Studio 2010, lots of great extensions have popped up. These not only increase productivity, but make the whole coding experience much nicer. To find and install extensions, in Visual Studio just go to Tools -> Extension Manager. Here’s a list of my favorites:

  • PowerCommands for Visual Studio 2010 - tons of features.

  • Productivity Power Tools - tons of features.

  • Regex Editor - Quickly test your regular expressions to make sure they match all of your cases, and save them for future use. Also provides some common regex’s by default. Automatically pops up as soon as you type “Regex r = new “.

  • Search Work Items for TFS 2010 - If you’re using TFS this one is a must have; it allows you to easily do a text search on all work items.

  • Snippet Designer - If you create snippets, this provides a great GUI; much better than writing out all of the xml.

  • Spell Checker - Simple spell checker. Great for fixing spelling mistakes in comments. Automatically knows to ignore variable names, etc.

  • VSCommands 2010 - tons of features.

Leave a Comment

Your email address will not be published. Required fields are marked *

Loading...