Be Sweet, a Set of Visual Source Code Browsers
- Published 07/02/2003
Although Visual Studio provides a visual class browser, it's absolutely unusable because it's only updated on a compiler run, doesn't show inheritance, and last but not least, shows all classes of the project in a single tree. Learn how to create five different styles of browsers: Outline, Hierarchy, Type, Method, and a Workspace/File Browser. (The article and source code were updated.)