Lua / Corona SDK autocomplete

Hello. There is a list of possible methods and properties for the whole Corona SDK.

(One of recent: http://www.pixelenvision.com/1690/autocomplete-wordlist-for-corona-project-manager-cpm/ )

I have a dev. environment: phpStorm, which is so cool. What I miss when I edit lua files is autocomplete. phpStorm greatly collects all the functions and vars on the fly and offers their autocompletion.

I was wondering if are a workaround to create a header (like in good old C++) with a declaration of all the methods, so I can include it, but it will only provide names. Which will not run. In that case autocomplete will work instantly. I suppose for most of other editors too.

I do not think that it is wise to buy new IDEs for each new language. But I am very new to Lua. (I like it!)

Please help me with making a header file with all SDK functions declarations. Thanks! [import]uid: 141449 topic_id: 24848 reply_id: 324848[/import]