Creating Flex Applications with IntelliJ IDEA
We’ve got great news for those who were waiting for an easier way to create rich Internet applications with Adobe Flex using IntelliJ IDEA.
Many
advanced features are supported by the upcoming version 7.0.3 that is
already available throught the Early Access Program (EAP):
- Smart code completion for MXML and AS files, with cross-resolution of code symbols between them, even inside of mx:Script blocks and attribute values
- Automatic code formatting, highlighting and styling
- On-the-fly code validation with instant quick-fixes
- Code insections to hunt perfomance bottlenecks, bad code practicies and other problems
- Rich set refactorings
We’ve composed a comprehensive tutorial, for you to quickly start over.
To get your hands on IntelliJ IDEA Flex experience, you only need:
- IntelliJ IDEA Flex tutorial in PDF format
- Latest IntelliJ IDEA EAP Build
- And, optionally, sample project (it’s what you’ll anyways get after completing the tutorial)
- Login or register to post comments
- 1046 reads
- Flag as offensive
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)







Comments
Xavier Hanin replied on Thu, 2008/02/07 - 1:25pm
Ann Oreshnikova replied on Thu, 2008/02/07 - 4:05pm
Thank you for your comment Xavier!
As for your question, both debugging and incremental compilation are planned for the next major version. And there are good chances to have this functionality appear in the first Milestone.
Xavier Hanin replied on Fri, 2008/02/08 - 3:22am
Sakke Wiik replied on Fri, 2008/02/08 - 2:00pm
Nice article! How about a Flex+Grails example?
A couple of notes about the tutorial pdf:
You could tell the variable type to set ("All you need to fix the error is to pick a solution from the list"). It might not be obvious for newbies that it should be a String.
Also the function greetMe(name:String):String should be greetMe():String