Source code for MonoDevelop v4.0.1 that comes bundled with Unity

Does the source code for MonoDevelop v4.0.1 that comes prebundled with unity exist as open source code? I would like to modify it.

Github has a Monodevelop repo but the earliest version is 4.0.12. Where is 4.0.1?

Thank you for your time

Release monodevelop-4.0.1 · Unity-Technologies/monodevelop · GitHub ?

1 Like

Thank you for the source. I altered the DocFood source so that when you press triple forward slash, it will generate a Tooltip below the summary so you can see the summary description inside the unity inspector.

Example:
///


/// The document text.
///

[Tooltip (“The document text.”)]
public bool docText = true;

If anyone has any other things I could add to the triple forward slash command, I would like to hear them.