[MonoDevelop] Goto class patch

Jacob Ilsø Christensen jacobilsoe at gmail.com
Sun May 15 03:43:59 EDT 2005


Hi.

The patch won't work unless the class is followed by whitespace. So:

ClassA a;

should jump to ClassA if you hit Ctrl+. on ClassA.

Yes, tooltips would be a nice feature to have. I will add that over
time. For now I will fix the irregularities with classes and move on
to fields and methods.

/Jacob

On 5/14/05, John Luke <john.luke at gmail.com> wrote:
> Hello,
> On Thu, 2005-05-12 at 21:21 +0200, Jacob Ilsø Christensen wrote:
> > Hi.
> >
> > I have attached a patch which lets you jump to a class definition. If
> > you position the cursor on a class name, and hit Ctrl+. (hardcoded for
> > now) the editor will jump to the definition of that class.
> >
> > The code is very proof-of-concept-like :-) It definately needs some
> > refactoring and cleaning up. I just wanted someone to try it out and
> > firstly see if it works and secondly let me know if this is desired
> > functionality.
> >
> > So let me know, if I should add more functionality like methods,
> > fields, etc. or maybe do thing another way?
> >
> 
> It doesn't seem to quite work for me, perhaps just by chance of how I
> tested it.  But reading through the code it looks like a reasonable
> place for it.  I'll hold off any detailed comments until the next
> version.  I do think it would make since to go ahead and do the goto
> method, field, etc. in the same patch.
> 
> I think we definitely want to have better navigation through the code by
> both keyboard and mouse click like someone else mentioned.  In addition
> to GotoDefinition on mouse over we could display "hover-hints" if we can
> look up the type.
> 
> I'm not sure anyone else has any concrete requirements on where we are
> heading in this area but the general approach is fine with me.
> 
>


More information about the Monodevelop-list mailing list