Visual Studio .NET 2002.NET 1.0Visual Studio .NET 2003.NET 1.1IntermediateDevVisual StudioWindows.NETC#
VS.NET Add-in providing easy code navigation feature






4.25/5 (8 votes)
Oct 21, 2002

127272

1197
VS.NET Add-in providing easy code navigation feature.
Introduction
QuickJump .NET provides the same feature as the GExperts function browser for Delphi. It allows you to quickly jump to a code declaration.
How to use it
When installed, just type the Alt-G shortcut in the text editor and a dialog is shown with all the code elements. Next you just have to type a part of the code element you are looking for, to filter the list and hit return to jump to it's declaration.
Source
The code is documented.
Updates
- Some minor bugs removed.
- You can now browse for properties,
struct
s, etc ... - VS7.1 support