A different perspective on Class Viewer in Visual Studio .NET
As I was coding away tonight I started messing around with Class Viewer in Visual Studio .NET. Although it has some nice features (some specific to language) I stumbled across a view I hadn't seen before. By choosing to group by type, everything is organized into subfolders according to it's kind. Here is a snapshot:
Thus, Solution Explorer will give the the physical perspective, Class Viewer the logical. And if I double click on any type in Class Viewer (or a type member) I am taken to the file it exists in. Doesn't take much to get me excited.