Eclipse and Actionscript 3

Posted by teapot7 on Stack Overflow See other posts from Stack Overflow or by teapot7
Published on 2010-04-28T02:22:14Z Indexed on 2010/04/28 2:33 UTC
Read the original article Hit count: 367

Filed under:
|
|

Does anyone know of any good solutions (Eclipse plugins presumably) for using Eclipse to develop in ActionScript 3?

There are a number of solutions for developing with ActionScript 2, leveraging MTASC, Swfmill and other open source tools, but I'm specifically looking for AS3 support.

It's simple enough to use Eclipse as an editor, and a place from which to invoke Ant scripts to compile with the Adobe command line tools, but I'm looking for syntax colouring, autocompletion, refactoring, debugging - all the modern IDE luxuries.

Other tool I've used:

  • FlashDevelop: free and good, but Windows only and doesn't have refactoring. Nevertheless a nice piece of work.
  • IntelliJ Idea: very nice ActionScript 3 support, though not quite as slick as their Java support. Unfortunately AS3 is not supported in the free/community edition of Idea and I'm not ready to purchase the full version as yet.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about actionscript