Any recommended IDE's for editing LUA?

Currently I am using sublime but that does not look at other files to suggest any autofills or have syntax error detection. It would be nice to have something with the capabilities that Visual Studio and Eclipse have with their respective coding languages when editing in LUA. Does anyone have any suggestions for this?

There are some extensions for VSCode which can be useful. Also, there is an extension for Sublime 3, Atom, Notepad++, and VSCode (and maybe something else) that provide snippets see here.

Visual Studio Code / Sublime Text 3 / Atom are the ones I have used.

Visual Studio Code is my preference to write Lua in.

Thanks a lot to both of you!!! This will defiantly make my life a lot easier when developing scripts.

2 Likes

Definitely Visual Studio Code or Atom for me, I find VSCode far more lightweight but Atom is just packed with some fantastic editing features.