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?