Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get an Eclipse-like class outline in VS 2008/C#?

I've just recently started using VS2008 for a new tools project, and have been spending a lot of time in Eclipse/Java. The one thing I am missing is the thing I could have sworn was in VS2005 the last time I worked with it - the class outline.

I'm speaking of the basic outline in Eclipse, where you can see the class members, methods, etc and click on them to navigate to them.

The only thing that sounds like it might be it (but is not) is the Class View.

Any help?

like image 514
Jason Maskell Avatar asked Dec 18 '22 08:12

Jason Maskell


1 Answers

This is probably the closest addin that you'll find that has it:

  • Source Code Outliner Power Toy

(The window on the left is what it adds to Visual Studio)

alt text http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SourceCodeOutliner&DownloadId=3493

  • "You can dock the Source Code Outliner anywhere, like to the left side of the Visual Studio window next to the Code Editor window."

  • "Click a method or variable name in Source Outliner and the code associated with what you clicked displays near the top of the Code Editor window."

like image 58
Chris S Avatar answered Jan 14 '23 16:01

Chris S