0

I am looking for good Visual Studio 6 Addins for code navigation and exploring.

For instance, I want to have the functionality of showing in- and outcoming calls of methods like Resharper already has.

Furthermore I am looking for a simpler code navigation.

Do you have any suggestions?

Rookian
  • 19,841
  • 28
  • 110
  • 180

1 Answers1

6

You can try MZ-Tools 3.0 for Visual Basic 6.0 : I've found it quite helpful in the past

MarkJ
  • 30,070
  • 5
  • 68
  • 111
Sébastien Nussbaumer
  • 6,202
  • 5
  • 40
  • 58
  • +1 MZTools is essential! It can list callers to methods, and it has an improved search dialog. BTW Took the liberty of editing your answer and correcting your typo – MarkJ Aug 09 '10 at 11:33