I decided to share this for those who like to use Xcode:
Xcode as Corona SDK Editor
Works with Xcode 4, 5, 6 and 7
for Corona SDK, Enterprise and Cards
This project includes:
- Auto-completion for all Corona API calls and constants
- Lua Syntax Coloring
- Corona Project Templates built into Xcode
- Corona File Templates built into Xcode
- Xcode behavior scripts for improved workflow
Behaviour scripts extends Xcodes functionality. You can pick them from the menu bar or put them on a keyboard shortcut. Included behavior scripts:
- Launch Corona Simulator with current project
- Online documentation lookup from selected text
- Bridging of Corona Simulators options to: Show Project Sandbox, Relaunch and Build
- Open Android Device Monitor (Android SDK installation needed)
- Install apk to usb connected Android device (Android SDK installation needed)
- and more…
You can find it in the code exchange or here: https://github.com/jcbnlsn/Xcode-Corona-Editor
Feel free to fork and contribute.