[MonoDevelop] Binding parser's Resolve method
Lluis Sanchez
lluis at ximian.com
Tue Jan 31 13:14:52 EST 2006
El lun, 30-01-2006 a las 18:08 +0100, Lluis Sanchez escribió:
> El dom, 29-01-2006 a las 17:15 +0100, Alejandro Serrano escribió:
> > Hi, I'm trying to implement code completion for Nemerle binding. The
> > compiler itselfs ships with its own parsing and suggestion engine, so
> > the only thing I needed was to create wrappers around it. However, now
> > that I'm trying to implement code completion, I don't know so much how
> > to do it:
> > - Do I need to implement all CtrlSpace, IsAsResolve and Resolve methods?
> > As of now, I as trying to do it only with Resolve.
>
> Well, you need to implement them if you want to provide support for
> ctrl-space and is/as completion.
>
> > - What do I have to return. I mean, most of the things are just
> > ArrayList: what do I have to put inside them: the IMembers? Special
> > info? Strings? It would be fine if someone could tell me what to do exactly.
>
> I'll change those ArrayList by strongly typed collections. They will be
> LanguageItemCollection, that is, collections of ILanguageItem.
>
These changes are now in SVN.
Lluis.
More information about the Monodevelop-list
mailing list