Given this as3 class:
package testing {
public class Foo {
public static const BAR : String = "42";
}
}
Putting the caret on BAR and hitting F6 (move), makes IDEA suggest to move the Foo.as file somewhere. I would like to be able to move the constant to some other class.