For those familiar with Eclipse, FlashDevelop’s environment won’t be a surprise; the two look remarkably similar. Use the Outline panel for a quick overview of your code, and F4, one of FlashDevelop’s many keyboard shortcuts, will take you straight to the declaration of the element you’re looking for.
FlashDevelop’s smart code completion feature helps to streamline typing by suggesting code completion for your and others’ classes. It will also automatically import your project classes, and auto-complete Proxy classes. In a feature unique to FlashDevelop, it will also complete arrays code and vector code.