As I got introduced to Flex world some times back, I started using Flex Builder as an IDE, a product from Adobe on top of Eclipse platform. I assumed that it'll provide all the basic features available in Eclipse for Java, but I was wrong. Flex Builder is in nascent phase from tooling point of view. Just to refresh your memories, Flex Builder lacks some of the following Eclipse features.
- Support for generating getters-setters automatically.
- Support of templates for creating constants.
- Organize imports. If some type has not been included already, organize-import should do that.
- Better refactoring support. Right now refactoring is just limited to renaming and you start missing real sense of refactoring in terms of creating new methods etc.
- Sometimes you may want to create your own templates for creating ASDoc instead of doing it from the scratch all the time
- Formatting ActionScript/Flex files
