Here's a list of the best 5 free addins I came across on that site. Hope you like them. Anyways, here's the site. Visual Studio Addins Gallery.
- Copy as HTML
Forget SyntaxHighlighter and all other online JavaScript tools you'd require to paste code in your blog without giving up all the indents and formatting. After installing this lightweight addin a "Copy as HTML" item is added to the context menu on code selection in VS 2008. The generated HTML can be played around with, so you can provide your own custom feel to the markup. The only issue is that it copies<
as<
and>
likewise. So copying XAML code is an issue. - WPF NotifyIcon
This is the WPF equivalent of the WinForms NotifyIcon. With this, you do not need to initialize a system tray icon for your WPF application in code but in XAML itself. - WPF AboutBox
This is the WPF equivalent of the WinForms AboutBox. Detailed instructions on how to use it are available on the site itself. - MRU Cleaner
This add-in allows you to manage the MRU (Most Recently Used) list of projects which can get irritatingly long and unwieldy in Visual Studio 2008. However, positive reviews of this add-in have not been forthcoming on the Add-In Gallery site, so here is an alternative download link.
Download MRU Cleaner - The CodeProject Add-In
Perhaps the best add-in in this list, the CodeProject add-in searches MSDN, CodeProject as well as the Web (Live Search) for articles based on what you enter in the search box. It may sound not too useful, but if you use it properly and to maximum advantage, you won't be able to code without it. Download link is here.
Download The CodeProject Add-In