Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA custom Auto-Completion

I would like to get an auto-completion on IntelliJ Idea... I am learning moaiSDK which is based on Lua. I already setup the Lua plugins within Idea and have a working lua environment. Now I would like to have also the Moai API's on Idea. I see there are HTML docs here: http://getmoai.com/docs/index.html , but having no experience on this field I don't if it's doable and how. Thanks in advance

like image 522
Riccardo Bocci Avatar asked Jan 07 '12 00:01

Riccardo Bocci


2 Answers

Have a read of this Moai post:

http://getmoai.com/forums/moai-sdk-for-intellij-idea-t445

Using plandem's 'moai-api.zip' (includes **) and Sylvanaar2's IntelliJ Lua plugin, you should be able to get what you're looking for.

Happy coding!

Cheers

Rich

like image 75
Big Rich Avatar answered Sep 29 '22 20:09

Big Rich


I was using IntelliJ with Lua with some autocompletion, but, this just got release and supports MOAI out of the box.

http://studio.zerobrane.com/

So far, its GREAT. I think you gonna enjoy this one better. ;)

like image 25
aemus Avatar answered Sep 29 '22 20:09

aemus