I wanted to try Monodevelop for JavaScript development. But the autocomplete doesnt seem to work. For example, when i type GameObject it suggests GameObject, but after the dot it says "no Suggestions". In the included Library "UnityScript.dll" The GameObject is there with all its members. Do i need to change some Settings in Monodevelop?
2 Answers
2Monodevelop does not have full support for UnityScript (YET). I think this answer will shed more light : http://answers.unity3d.com/questions/21670/monodevelop-with-unity-3-unityscript
UPDATE: (a bit late…) MonoDevelop now supports UnityScript!
Hey I have the same problem with boo and javascript. However as I'm using c# it's not much of an issue
– lhk