Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

VS.NET Add-in providing easy code navigation feature

0.00/5 (No votes)
30 Jan 2003 1  
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

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here