65.9K
CodeProject is changing. Read more.
Home

VS.NET Add-in providing easy code navigation feature

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.25/5 (8 votes)

Oct 21, 2002

viewsIcon

127272

downloadIcon

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, structs, etc ...
  • VS7.1 support