i am using MonoDevelop 2.4.2 (Unity, Javascript) and code completion works fine for everything inside my class scope. But it doenst 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
do i miss something?