[MonoDevelop] Code Navigation

Jacob Ilsų Christensen Jacob Ilsų Christensen
Wed, 11 May 2005 09:30:34 +0200


Hi.

What I wanted was an easy way to jump directly to a class. So I want
some window where you type in the name of the class (possibly with
some kind of completion) and then you jump to that class. Also if you
have some code like:

ClassA a;

If you position your cursor on ClassA and hit some shortcut key, you
will jump directly to the class definition of ClassA. This would go
for methods etc. too. Is this something we want MD to do or can MD
already do this?

Best regards,
Jacob

On 5/11/05, John Luke <john.luke@gmail.com> wrote:
> Hello,
> On Tue, 2005-05-10 at 23:37 +0200, Jacob Ilsų Christensen wrote:
> > Hi.
> >
> > I am almost done with some code that lets you navigate to a class of
> > choice in the currently opened projects. Is anybody else working on
> > this, or should I extend the code to other language constructs?
> 
> How is this different from the Class Browser pad? It is sort of hard to
> answer those two questions without more information, but I don't think
> anyone is currently working in this area.  But you can never know for
> sure.
> 
>