views:

294

answers:

2

I've changed from delphi to c#/visual studio and I see model maker code explorer (one of my favourite tools) is available for visual studio ... question is are there any better alternatives?

I've had a play around with resharper and it's good some good refactoring/code highlighting features ... but one thing I really like about code explorer was the way you could view the classes and functions so easily on the side. Just makes life so much easier. Visual studios class explorer kind of helps but you always have to navigate to the class rather than it showing the classes of the unit you're currently viewing. So any visual studio tools that do a good job of this? or should I just stick with model maker code explorer.

+2  A: 

Depending on the SKU of Visual Studio that you have (ie: not Express), the built-in Code Definition Window might be useful. It's a read-only code window that shows you the declaration of whatever element your cursor is upon.

I only recently discovered the Code Definition Window and have found it quite useful - the original blog entry I saw was by Chris Brandsma.

Bevan
perhaps not exactly what I was after but looks like it could be pretty handy sometimes
tjjjohnson
+1  A: 

There's two set of enhancements I use a lot for Visual Studio (being a Delphi-convert myself):

Both are free, behave well, and are indispensable IMHO :-)

Cheers! Marc

marc_s
Thanks for that, the source code outliner does what I was wanting ... and the price is right!
tjjjohnson