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.

Published Friday, June 18, 2004 11:41 PM by Palermo4
Filed under:

Comments

# re: A different perspective on Class Viewer in Visual Studio .NET

Saturday, June 19, 2004 5:50 AM by Frans Bouma
Problem is, the class viewer is pretty useless, because it has the fine habbit of collapsing itself at random interfals when you alter code or go to another code file. You then have to re-open the class viewer to the node you want to view.

# re: A different perspective on Class Viewer in Visual Studio .NET

Wednesday, June 23, 2004 10:43 AM by timh
wait till you see the class designer in whidbey...even enhancing a class view to a more modeled view that synchronizes with your code and additionally can be modified which also generates the code on the fly.

Leave a Comment

(required) 
(required) 
(optional)
(required)