views:

168

answers:

2

Im currently using vs2008 with asp.net mvc framework for web development. Im missing a feature/configuration: When I change to another .cs file I want the "class view" to automatically show me what methods the active .cs file contains.

+3  A: 

I'm not sure if you can set it up that way, but I use the Source Code Outliner Power Toy. It leaves the Class View to be freely explored and adds a window with a filterable, searchable list showing you what the active .cs file contains (not only methods, but everything).

lc
+1  A: 

This is also available in the File Structure window from ReSharper.

Unsliced