The most painful thing to write Lua before is the code prompt problem. Now the official team has provided the IDE with great ease of use. The following describes how to use quick to add code to prompt the problem.
Step 1: Create an API and prompt the compressed package. The console implementation method is as follows:
1. Find the framework folder, location/users/user name/documents/quick-3.2rc1/quick/framework this is my location.
2. Enter CD/users/user name/documents/quick-3.2rc1/quick/framework in the console to enter the framework folder
3. Enter zip ../api.zip *
Then, an api.zip package is generated under the quickfile folder. This is the compressed package prompted by the quick code.
Step 2: open code ide
1,
2,
3,
4,
5,
6,
7,
After completing the above steps, the quick code prompt will be OK. Of course, the code prompt package of cocos2d 3.2 also needs to be added. The method is the same as above.
The path is cocos2d-x-3.2/Cocos/scripting/LUA-bindings/auto/API repeat the above steps.
Address: http://blog.csdn.net/qqmcy/article/details/40149593
Quick-Cocos2d3.2RC1 implementation code prompts in code ide