[MonoDevelop] Getting the Smokey addin working.

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Feb 12 14:21:35 EST 2009


On Thu, Feb 12, 2009 at 1:58 PM, Oliver Stieber
<oliver.stieber at ukplc.net> wrote:
> Ok, I'm happy to maintain the addin as soon as I know how it works!. My
> intention is to eventually use a real time parser and write something
> like ReSharper for MonoDevelop. I thought smokey / Gendarme would be a
> good place to start to get this kind of framework into MonoDevelop.

That would be an interesting challenge :)

I imagine the way to do it would be to do live builds using gmcs (like
VS2008sp1 does with csc) to get live error and warning information,
and whenever these live builds are successful, then pass them through
Gendarme.

Another approach would be to implement some gendarme-like rules on top
of MD's existing live code DOM.

> If you can help me with understanding exactly what has to go into a
> addin and maybe a little about how the interfaces between different
> addins work I'm quite happy to write some documentation (or extend the
> existing documentation that currently shows the binding points) so that
> other people can write addins more easily, it would also make my job of
> finding out what to do a little less painful and more productive.

Unfortunately we don't have much in the way of docs on writing addins.
This will improve after 2.0. However, we are happy to answer any
questions people have.

You can find a few docs here: http://monodevelop.com/Developers

> If I can get something like ReSharper working in MonoDevelop then I can
> switch a lot of my at work development over to it, so I can quite
> actively maintain it whilst I'm still employed at my company (I'm not
> planning on leaving anytime soon and I very much doubt they will ever
> want to get rid of me) and put a few hours a week into development and
> generally improving monodevelop.

What are the particular ReSharper features you'd like to see in MD?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list