What is the IDE commonly used on Windows for Lua development?(I am using Netbeans and I am ready to switch).
Has anybody used LuaEclipse? Would you recommend the LuaEclipse debugger?
notepad++ will be more than ok for what you need to do… If you are on linux, notepadqq, or geany, or atom (atom being the most complex on in this small list). Lua, like all good programming languages, doesn't necessarily require anything other a text editor, like Notepad++, Emacs, Vim (what I use), etc.
ZeroBrane Studio can be installed in three different ways: Download and install one of the packages provided on the download page. Download the snapshot of the repository. Clone the repository.
You may want to try ZeroBrane Studio IDE, which includes a remote debugger and integrates with Love2d, Moai, and other Lua engines.
(These details are used to be in this SO answer, but the question has since been deleted, so I moved some of the information here.)
You might consider using IntelliJ's Lua plugin (Disclaimer: I am the author).
You can read about the features here:
https://bitbucket.org/sylvanaar2/lua-for-idea/wiki/Home
There are also lots of pictures and screencasts so you can get a feel for things without much effort.
IntelliJ Community Edition and the Lua plugin are both free.
Scite is a pretty solid editor and has popup help for Lua library functions, in addition to code completion. If you're working on a C/C++ program with Lua embedded in it, you may also want to try editing Lua files directly in VS using the VSLua extension. It just does syntax highlighting, but it's nice not to have to flip between programs when editing files (assuming your other monitors, if you have them, are displaying something else important).
I personally like vim, Scite and geany which all are crossplatform. Those, combined with RemDebug from the Kepler project make a nice combo, all you need is an extra terminal for the debugger.
If you want to have an easy example, the most recent beta of murgaLua comes with all required lib's.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With