Hacker News new | ask | show | jobs
by anvemaha 2178 days ago
Can anyone recommend IDEs for Lua? I've used Visual Studio Community for C# and Eclipse for Java and been really happy with them. Mainly looking for code auto-completion and debugger. Right now I'm doing a small game with C# and Otter2d, but Lua with löve2d seems interesting.
2 comments

I use pycharm (basically IntelliJ) with the emmylua plugin

Supports debugger and most refactoring features of the IDE