I know that FlexBuiler's refactoring engine can deal with updating variable names… But I can't figure out if it's possible to refactor at the package level.
For example, I want to move foo/a.as
to foo/bar/a.as
, and I want the package
path to be updated (ie, from package foo
to package foo.bar
) and references to be updated accordingly.
Does FlexBuilder support this sort of refactoring? Or am I just doing something wrong?