configuring mono on x-develop

should I use the mono framework shipped with unity to configure x-develop or should I install a fresh copy of mono specially for x-develop.

I tried to configure x-develop to read the mono framework shipped with unity, but did not know how.

any idea guys on how to drive this.
thanx.

I use xdevelop with Unity, and I love it!

Create a new C# project and then reference the UnityEngine.DLL. Doing this will enable all the code completion goodness.

But remember, you can’t actually compile with xdevelop. Just use it as a fancy text editor. Unity automatically does the compiling.