Zerobrane Studio: un IDE pour LUA

12Novembre2018

Si un jour je me mets à LUA, cela pourrait servir :

Lightweight IDE for your Lua needs

ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, live coding, code analyzer, and debugging support for Lua 5.1, Lua 5.2, Lua 5.3, LuaJIT, and other Lua engines.

It is simple and instantly usable for beginners (as tested with middle and high school students with no programming experience), yet feature-rich and extensible for experienced developers. Unlike Eclipse and IntelliJ, it has a small footprint and is completely customizable with Lua. Unlike TextMate and Sublime Text, it includes a remote debugger and a full IDE feature set. Unlike Decoda, it runs on Windows, Mac OSX, and Linux and supports on-device debugging.

Installation sous Windows avec Chocolatey :

choco install -y zerobrane-studio.install

Site officiel