I am using MonoDevelop 2.4.2, and code completion works fine for everything inside my class scope. But it doesn't work for properties/functions of instances and static classes.
For example, when typing:
this.myFunct
- pops up
MyStaticCla
- pops up
MyStaticClass.myFun
- nothing happens
myobject.myPrope
- nothing happens
Am I missing something?
It seems there's an issue with the autocomplete files in mac os x. here's a link on the solution.
http://answers.unity3d.com/questions/121469/monodevelop-not-showing-autocomplete-intellisense.html