Click here to Skip to main content
15,886,032 members
Articles / Programming Languages / C#
Article

VS.NET Add-in providing easy code navigation feature

Rate me:
Please Sign up or sign in to vote.
4.25/5 (8 votes)
30 Jan 2003 125.4K   1.2K   31   23
VS.NET Add-in providing easy code navigation feature.

Image 1

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


Written By
Web Developer
France France
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralVS 2005 Pin
hex2211-Jan-06 13:55
hex2211-Jan-06 13:55 
GeneralRe: VS 2005 Pin
NoneOfYourBusinessEver21-Jan-06 11:41
NoneOfYourBusinessEver21-Jan-06 11:41 
QuestionHow do you make this work? Pin
CoderJ12-Sep-05 9:32
CoderJ12-Sep-05 9:32 
GeneralNo working while in Header File Pin
chofra0331-Aug-04 7:45
chofra0331-Aug-04 7:45 
GeneralLove it Pin
zythra22-Jun-04 4:30
zythra22-Jun-04 4:30 
I come from Delphi and was a huge fan of GExperts. I have missed certain aspects of the Delphi IDE and GExperts was one of my favorite additions. This is just a small piece of that, but it works great! Good job!
GeneralOnly Displaying symbols in current class Pin
dsyzling11-Jun-03 0:26
dsyzling11-Jun-03 0:26 
Generalinvisible Pin
Nicholas Naddaf1-Feb-03 13:50
Nicholas Naddaf1-Feb-03 13:50 
GeneralRe: invisible Pin
Thierry Bouquain2-Feb-03 20:52
Thierry Bouquain2-Feb-03 20:52 
GeneralRe: invisible Pin
Tom Archer23-Jul-03 17:54
Tom Archer23-Jul-03 17:54 
QuestionWhich version of VS.Net? Pin
Number831-Jan-03 6:10
Number831-Jan-03 6:10 
AnswerRe: Which version of VS.Net? Pin
Nicholas Naddaf31-Jan-03 13:20
Nicholas Naddaf31-Jan-03 13:20 
GeneralRe: Which version of VS.Net? Pin
nidhogg1-Feb-03 6:01
nidhogg1-Feb-03 6:01 
GeneralRe: Which version of VS.Net? Pin
Nicholas Naddaf1-Feb-03 13:41
Nicholas Naddaf1-Feb-03 13:41 
Questionchanges for vb.net? Pin
kubikubi30-Jan-03 22:32
kubikubi30-Jan-03 22:32 
AnswerRe: changes for vb.net? Pin
Anonymous30-Jan-03 22:35
Anonymous30-Jan-03 22:35 
GeneralRe: changes for vb.net? Pin
kubikubi30-Jan-03 22:46
kubikubi30-Jan-03 22:46 
GeneralRe: changes for vb.net? Pin
Thierry Bouquain30-Jan-03 22:51
Thierry Bouquain30-Jan-03 22:51 
Generalgreat, but alt+g doesn't work Pin
bojanm730-Jan-03 1:39
bojanm730-Jan-03 1:39 
GeneralRe: great, but alt+g doesn't work Pin
bojanm730-Jan-03 19:56
bojanm730-Jan-03 19:56 
GeneralExcellent - thanks. Pin
aryehof28-Oct-02 14:25
aryehof28-Oct-02 14:25 
GeneralYou can also... Pin
Ray Cassick21-Oct-02 3:57
Ray Cassick21-Oct-02 3:57 
GeneralRe: You can also... Pin
Thierry Bouquain21-Oct-02 4:26
Thierry Bouquain21-Oct-02 4:26 
GeneralRe: You can also... Pin
Anonymous21-Oct-02 4:37
Anonymous21-Oct-02 4:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.