it would be nice to be able to select "CORPORATION" and invoke "Introduce enum" to simply create a new (or append to an existing/imported) enum with the selected value.
The new enum should be created with the selected content as a constructor argument, automatically bound to the contents type - in this instance a String.
When appending to an already imported enum, only those enums with a matching signature should be offered as viable targets.
it would be nice to be able to select "CORPORATION" and invoke "Introduce enum" to simply create a new (or append to an existing/imported) enum with the selected value.
The new enum should be created with the selected content as a constructor argument, automatically bound to the contents type - in this instance a String.
When appending to an already imported enum, only those enums with a matching signature should be offered as viable targets.