How to get an Eclipse-like class outline in VS 2008/C#? -
I recently started using VS2008 for a new equipment project, and spent a lot of time in Eclipse / Java I am doing One thing I can remember is something I could swear that the last time I worked with it - the outline of the classroom.
I am talking about the basic outline in Eclipse, where you can see the class members, methods, etc and click on them to navigate them.
There is only one thing that can be (but not) class view.
Any help?
This is probably the closest addin that you will get
(window on the left which combines this view into the studio)
-
"You can dock the source code outliner anywhere Such as on the left side of the Visual Studio window next to the code editor window. "
-
"Click on a method or variable name in the source outliner and click on the code associated with the code displayed near the top of the code editor window."
Comments
Post a Comment