Unity Reference Directly in Code Editor

Hi,

I’m wondering how I can get method/field/type reference directly in IDE when working with Unity.
For example .NET framework libraries are XML commented thus showing very nice reference when working in IDE.

I know that I can XML comment my own code and that will work. Although I couldn’t find any equivalent for Unity libraries.

Is there a place when I could get XML commented libraries (if such were created) or is there 3rd party tool that accomplishes that?

Thanks,
Chris

bump

No, it doesn’t exist for the UnityEngine and UnityEditor.

You can try these XML’s provided by the Unify Community:

http://wiki.unity3d.com/images/d/d2/Visual_Studio_docs_2.5.zip

I have no idea are these up to date or complete…