Wednesday, November 08, 2006

Microsoft Visual Studio 2005 IDE Enhancements

Today I found these new add-ins for Visual Studio 2005. So basically what's included in the box, are the following add-ins:
  • Source Code Outliner : The Source Outliner tool is a Visual Studio extension that provides a tree view of your source code's types and members and lets you quickly navigate to them inside the editor.
  • Visual C++ Code Snippets:The Visual C++ Code Snippets tool lets you insert snippets in your code by using a pop-up menu that contains programming keywords. VB.NET and C# languages have this functionality in Visual Studio 2005.
  • Indexed Find : The Indexed Find tool is a Visual Studio extension that uses the Microsoft Indexing Service to provide improved Search capabilities to the integrated development environment (IDE). It sends the results of a search to the Output Window.
  • Super Diff Utility: The Super Diff Find tool is a Visual Studio extension that compares text files. It uses color coding and graphics to show the difference between the files in deleted text (red), changed text (blue), inserted text (green).
  • Event Toaster Utility: The Event Toaster tool is a Visual Studio extension that notifies users about specific events within the Visual Studio IDE.
Among my most favorite are the Source Code Outliner and Super Diff Utility.

You can download all of these from the link below:

[Microsoft Visual Studio 2005 IDE Enhancements] (link)

No comments:

Post a Comment