I am using MonoDevelop 2.4.2, and code completion works fine for everything inside my class. But it does not work for the properties / functions of instances and static classes.
For example, when entering:
this.myFunct - pops upMyStaticCla - pops upMyStaticClass.myFun - nothing happens myobject.myPrope - nothing happens
this.myFunct
MyStaticCla
MyStaticClass.myFun
myobject.myPrope
Did I miss something?
There seems to be a problem with autocomplete files on mac os x. here is a link to the solution.
http://answers.unity3d.com/questions/121469/monodevelop-not-showing-autocomplete-intellisense.html
Unity does not have autocomplete for private variables, static variables, and descriptions of some function methods.
Instead of finding a variable on autocomplete, you should rewrite it and be sure to have the correct spelling.
Source: https://habr.com/ru/post/1395758/More articles:get a chain of client certificates from an ISAPI request - cBest way to pack a mute browser? - firefoxMagento - go to check button to go to the login page if you are not logged in - loginSelenium doesn't show bad line numbers - phpReally fantasy print in python - pythonAS3 Robot Legs and Signals - Using Signals, Pretty Detailed, Any Alternatives? - actionscript-3Django post_save and southern migrations - djangoenable autocompletion of Google Places in my search bar - iosIs there an equivalent requestAudioFocus function in Android API 7? - androidWhat are the undesirable results that the author is talking about? - c ++All Articles