About
Koda is an addin that extends and enhances the functionality of Visual Studio 2005/2008.
Features
Open Type
Start typing in the input box and a list containing all matching types will appear.
Code Outline
Displays all classes, fields, properties, methods event and delegates available in the currently open source file.
Generate Properties
A graphical user interface for creating properties based on the fields available in a class.
Generate Constructor
A graphical user interface for creating a constructor based on the fields available in a class.
Open File
Start typing in the input box and a list containing all matching files will appear.
Go To Test
Provides a quick way to open the unit test source file for a certain class.
Close All Documents
Adds the "Close All Documents" command next to "Close" and "Close all but this" when right clicking on the tab header for a file.
Collapse All Projects
Will collapse all project folders in Solution Explorer.
Installation
Unzip the contents of "Koda.zip" to your Visual Studio addin directory (e.g "documents\visual studio 2005\addins").