Why doesn't MonoDevelop code completion work for objects?

DrElectro picture DrElectro · Feb 10, 2012 · Viewed 7.7k times · Source

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?

Answer

Fredi Tansari picture Fredi Tansari · Nov 27, 2012

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