[MonoDevelop] Binding parser's Resolve method

Lluis Sanchez lluis at ximian.com
Mon Jan 30 12:08:06 EST 2006


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.

Lluis.




More information about the Monodevelop-list mailing list