Reputation: 20946
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.
Upvotes: 0
Views: 372
Reputation: 10552
This is also available in the File Structure window from ReSharper.
Upvotes: 1
Reputation: 116438
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).
Upvotes: 3