[MonoDevelop] Source analysis, code completion, syntax coloring

Mike Krüger mkrueger at xamarin.com
Wed Jun 6 19:25:28 UTC 2012


Hi

>> I would like some information about the way source analysis and code
>> completion works on monodevelop.
>> Let's say I would like to add support for a new non .net language (for
>> instance objective-c),
>> how am I supposed to do it ?

You're mostly on your own for a no .NET language - don't use any stuff 
from the c# binding. You may only use the completion popup (and 
implementing a completion text editor extension)
  - but all logic should be done by the language binding. (A .NET 
language can do a nrefactory type system plugin and can reuse some 
infrastructure btw.)

Regards
Mike



More information about the Monodevelop-list mailing list