본문 바로가기

IT/Dot Net

My Favorite Visual Studio 2005 Add-Ins

I have been using Windows Vista on my laptop for two solid years. I thought it was about time to dual boot my machine with Windows XP Professional. I find that my battery life and performance has greatly increased compared to Vista. I use my laptop for development, so the first thing I did after dual booting is installed Visual Studio 2005 Team Suite with SP1.

I think a lot of developers in general are not using the full potential that Visual Studio has to offer. There are many free and commercial add-in's that developers have made that takes Visual Studio 2005 to the next level. The next level that I'm talking about is; the user experience that makes the developer become more productive and at the same time headache free. I will try my best to keep this page updated as I find new add-in's. If you have an add-in that you would like to me to review, please send an e-mail to admin @ windowscoding dot com.

Free Add-In's

GhostDoc

"GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments for C#. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters" (GhostDoc).

GhostDoc is awesome! Anyone can create source code documentation. Using NDoc and a little bit of time, you can easily convert your XML documentation that GhostDoc helped you create, to an awesome MSDN document.

 Download ( GhostDoc )

   

Consolas Font Pack

The Consolas font pack for Visual Studio 2005 is a fixed-width font that makes your source code look amazing and at the same time is easy on your eyes. Running the installer will add the font to your Windows operating system and change the default text font in Visual Studio 2005 to Consolas.

"Consolas is intended for use in programming environments and other circumstances where a monospaced font is specified. All characters have the same width, like old typewriters, making it a good choice for personal and business correspondence. Optimizing the font specifically for ClearType allowed a design with proportions closer to normal text than traditional monospaced fonts like Courier. This allows for more comfortable reading of extended text on-screen" (Microsoft).

Download ( Consolas Font Pack for Microsoft Visual Studio 2005 )

   

MRU Cleaner

Have you ever needed to go into the Windows registry and delete the MRU entries to remove projects that you have deleted or will never use again? Well this is the tool that will do it automatically for you. I have been looking for an add-in like this for a long time. I'm just wondering why Microsoft has not included this in Visual Studio 2005. Who knows, maybe we will see it in Orcas.

Download ( MRU Cleaner )

   

CoolCommands

CoolCommands that makes it easy for users who want to present their code to others with just a few clicks. Quickly change your font size with a scroll of your mouse wheel. 

   

CoolCommands integrates the Windows Explorer and Command Prompt into Visual Studio. Now you never have to navigate your file system to where your solution exists. CoolCommands also makes it extremely easy to copy project references to another project in the current solution.

Overall CoolCommands adds some nice functionality that you will use and will come to appreciate in only a short time.

Download ( CoolCommands 3.0 )

   

Other Add-In's

In the past I have used the free SlickEdit Gadgets, I think their SLOC gadget is pretty cool. I might have to download it and try it out in the future. Recently I downloaded Regionerate, I think that this is a great idea for an add-in, but since they brand the regions, I can go without it. Karthik Hariharan has been really trying to get me to try out CodeRush. From the features of CodeRush that I have been told about, I think that I am definitely going to check it out.

Commercial Add-In's

ReSharper "The Most Intelligent Add-In To Visual Studio"

   

Recently, I was introduced to ReSharper by a friend. This is one of my favorite add-in's so far. JetBrains coined ReSharper "The most intelligent add-in to Visual Studio", and I'm going to have to say they are right. This add-in is simply amazing!

To the right is a picture of one section in the Options Page. It has a much better settings layout to customize source code formatting than Visual Studio.

One thing I noticed the most after installing ReSharper is; it does a lot of things Visual Studio should automatically do for you like code completion. How many times have you written ToString and then had to type ()? The cool thing about ReSharper is it does a lot of little things for you automatically.

ReSharper optimizes your code. One thing it checks is the using directive for unused directives. With one click they're obliterated.

ReSharper will automatically scan your code for best practices and other common mistakes as well as warn you instantly; saving you from hitting build.

If you had to go back and change someone's code before, then you know how much of a hassle it can be. With ReSharper you can quickly refractor code with ease.  "Context Actions" quickly allows you to upgrade existing code to coding best practices. The following paragraph (including pictures) shows one of the reasons I love ReSharper.

"Context actions

Context actions are intended for local code transformations that you may want to perform in a certain context. When one or more context actions are available at the current caret position, ReSharper automatically indicates this with the yellow light bulb to the left of the code line. Context actions are applied just like quick-fixes. You can either click the bulb or press Alt + Enter, and then select the desired action.

Context action for concatenated string

   

Generated format string" (ReSharper).

There are many more features that ReSharper has; you can view the complete feature list here. If ReSharper was a little cheaper, then one could spend less time gathering up their pennies. I would highly recommend to any developer to give ReSharper a chance by downloading and evaluating the 30 day trial.

Download ( ReSharper 3.0 )

Posted Jun 24 2007, 08:39 PM by Blake Niemyjski with 2 comment(s)

Filed under: Windows Vista, Visual Studio 2005, XP Professional, ReSharper, MRU Cleaner, Consolas, GhostDoc, CoolCommands

   

<http://windowscoding.com/blogs/blake/archive/2007/06.aspx>에서 삽입

'IT > Dot Net' 카테고리의 다른 글

XAML 관련링크  (0) 2008.05.22
Visual Studio 2008과 .NET Framework 3.5의 새 기능 Link들  (0) 2008.03.03
닷넷프레임웍 소스 코드 디버깅 설정 방법  (0) 2008.01.29
[펌]C# 진법변환  (0) 2007.09.17
[펌]C#의 음수 이야기  (0) 2007.09.17