Any favorite IDEs for Windows?

I have been using Notepad++ to code for ages. You can create workplaces within it, but it’s still comes as a hassle to me and time consuming since it doesn’t have auto-complete, etc (least that I know of). What’s your favorite IDE? I also noticed Eclipse doesn’t have the greatest workflow with Corona and the Lua add-on isn’t that great. [import]uid: 114389 topic_id: 27528 reply_id: 327528[/import]

I have been using CIDER for the past couple of months and it is a great IDE/Debugger. Check out the CIDER forum, as well as their web site [import]uid: 114363 topic_id: 27528 reply_id: 111838[/import]

IntelliJ IDEA has served me really well for my Corona development.

There’s a LUA extension for it so I get nice auto-completions and error checking and whatnot. It has a real nice Scopes feature that is a lifesaver when working with Corona because I cal flip between my graphics, audio content, source files, config files, etc., just by selecting from a dropdown. It comes with built-in VCS support (including by preferred SVN) and the functionality is pretty strong there.

It doesn’t however seem possible to control the simulator from the IDE, but that’s a small matter to me (alt-tab then ctrl-r and I’m good to go). I also haven’t made any sort of attempt at remote debugging, although I suspect it’s not possible.

There’s a free community edition, which is what I use. Works very well for me. [import]uid: 10600 topic_id: 27528 reply_id: 111853[/import]

+1 for CIDER

[import]uid: 118333 topic_id: 27528 reply_id: 111863[/import]