Hi, everyone!
I have tested all editors listed on «installing Corona SDK» page with autocomplete feature.
Every autocomplete dropdown list shows ONLY methods and ONLY of core libraries such as «display» or «composer» or others.
In other words NO PROPERTIES are shown.
And, sadly, nor properties, nor methods are NOT shown for your instances, such as
(code tag have no Lua lang)
«
local myText = display.newText( options ) --shown
myText.x = … --insn’t shown
»
If there are problems with instances due language specialties, why it’s not working with «core or base» libraties
Or maybe I haven’t enabled some «option? checker? switch?»
Corona and Lua are both new for me and for every newbie it’s very difficult to keep a whole list of these things in mind without a habbit. So autocomplete feature is at weight of gold to get some quick achieves, it’s 50% of help after main site and it’s anytime available to your view.
Since Lua is case sensitive language I can write thousands of times the right code without errors without understanding why it wouldn’t work.
Also this feature stimulates to type in your code manually, to get pleasure of coding, what is good for remembering, not by copy-pasting some pieces from examples and other sources.
Maybe somebody already have solved/solution? I dag the forum and google and github but found nothing.
Maybe moderator can send this to developers or make a votation interview to see if realy need to users.
Or maybe this «already is/can be» done basing on some fee donation?
P.S. In my small country the education is as poor as my english, so sorry for such explanation of thoughts that can be done better and thankyou in advance for all answers and to people who can prop it ))