16
3 Free Useful Visual Studio 2010 Add-Ins
Here are three add-ins for visual studio 2010 that I have found particularly useful
Includes many useful features, but here are a few of my favorites.
- Allows you to control+click on an item to navigate to its definition.
- Adds Solution Navigator (similar to Solution Explorer) to navigate through files, methods, variables, etc.
- HTML Copy – Allows you to copy text from the editor and paste while maintaining the style of the code.
- Add column guides by right clicking on any line in the code and using the appropriate context menu.
- Move entire lines of code up and down by pressing alt + up arrow/down arrow
Allows you to document classes, methods, variables by right clicking on the item and selecting “Document this”. Base documentation is created for you based off of the name of the method, variables, class, etc. GhostDoc is very handy for creating documentation quickly when you are already naming items descriptively.
3) PowerCommands for Visual Studio 2010
PowerCommands provides some functionality in VS 2010 that is much needed and surprisingly not present in the IDE by default. Here is a short list of my favorites…
- Copy and paste project references
- Open Command Prompt at directory of items folder
- Open Containing Folder
- Right Click -> Close ALL from the document tab.
20
Visual Studio 2010 Vertical Line Guides
This Visual Studio extension assists you with creating vertical line guides in your IDE editor. The typical registry hack that worked in old versions of Visual Studio didn’t work for me until I installed this extension. Then it automatically recognized the registry hack I created. This extension allows you to create guides by right clicking in the editor window and selecting “Add guideline” so you no longer have to manually edit the registry to add or remove guides.
http://visualstudiogallery.msdn.microsoft.com/en-us/7f2a6727-2993-4c1d-8f58-ae24df14ea91
Blogroll
@benmarch
- RT @minnebar: Interested in entrepreneurial opportunities? Check out the 2012 Minnesota Entrepreneur Kickoff on Feb 8: http://t.co/uSo1wu96
- @mygeekdaddy Ask if they've tried turning it off and on again. :)
- Just took advantage of the Pluralsight offer via BizSpark. Very cool. http://t.co/g0eB4xYX
- Spent all afternoon plumbing in a new vanity. During final step of install found a flaw in the sink. Now I have to return it. *sigh*
- What is the best tool for generating xml #schema related #documentation?
Tag Cloud!
Knowledge Bomb
- January 2012 (2)
- December 2011 (1)
- May 2011 (1)
- February 2011 (2)
- September 2010 (1)
- August 2010 (2)
- June 2010 (1)
- May 2010 (1)
- April 2010 (10)
- March 2010 (1)


