[MonoDevelop] making some progress with code analysis fetures.

Oliver Stieber oliver.stieber at ukplc.net
Tue Feb 17 12:44:40 EST 2009


> Ok, the existing DOM is good for code completion but it's not rich
> enough to do much analysis, I think I'll start by populating a small
> subset DOM (which should be quite quick) I don't want anything that's
> going to slow things down. I didn't think that CodeDom looked that great
> but I did think that it gives you a complete DOM that can be built on
> top of to have faster structures for things like code completion and
> analysis.
> 
 
"You should try maybe the nrefactory dom, this goes deep enough down."


Ok, I'll take a look at that, I don't fancy writing a whole dom from scratch!

I'll may also MonoDevelop it a bit so that it uses things like DomLocation etc... with the thought of merging it into mono's dom. but that's not going to be for a while it would be nice to get something up and running first so I can see what the problems are going to be.

Ollie.




More information about the Monodevelop-list mailing list