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.
From stackoverflow
-
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.
0 comments:
Post a Comment