Best development environment for Lua project?

Dear all,

probably a stupid question.
Since the Cocos Code IDE doesn’t function with newer version of engine, what is the recommended development environment for the Lua projects?
Is it possible to setup Visual Studio for cocos2d-x Lua development with sintax prediction, highlighting etc?

Best regards, Fedor

I think that most are using their favorite text editor and the command-line.

If you are targeting iOS, Xcode works just fine.

If Android, I honestly don’t know more than a text editor and command-line.

Cocos Code IDE has been EOL’d but functionality will be in a new product, at a future date.

Hi @nalivai:

We are using Atom with js. Maybe you can install a package for lua, e.g: https://atom.io/packages/language-lua

I hope you will find this information useful!

Best regards,