
auto-completion in package-level functions
Hi all,
I'm using FD 4.0.1 RTM, standard install (no customisation of install options) and with out of the box settings. I have a simple package-level function, the bones of which look like this:
Code:
package com.example
{
import flash.display.DisplayObjectContainer;
public function RemoveDisplayObjects(target:DisplayObjectContainer):void {}
}
Problem is I don't get hinting/auto-completion for the target parameter, yet I do if RemoveDisplayObjects is defined in a class. Any ideas?
Many thanks,
Chris