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.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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). |
|||
|
|
|
This is also available in the File Structure window from ReSharper. |
|||
|
|