I'm beginning to use Starling quite frequently, and my preferred IDE is FlashDevelop.
Unfortunately I am getting quite frustrated with FlashDevelop while trying to use Starling. It will assume I am referring to a class in the flash
packages when in actual fact I want to use those in the starling
package. Here's an example:
Once I close the parenthesis, hit space, etc, it will add an import
statement for flash.display.Event
at the top.
Can I prioritize the starling
packages in this auto-complete tool somehow for a given project? Obviously it is currently in alphabetical order.