How to add parameters using the extract method dialog?
I want to extract this into a method that parameterizes the strings, but my IntelliJ dialog doesn't seem to let me add my own parameters to the function.
var thing:Thing = new Thing("string1", "string2");
How do you add parameters to a function within this dialog?
I'm using ActionScript.
Please sign in to leave a comment.
You will need to extract parameter from string after extracting the method
On 12/19/2013 3:08 AM, Phillip Knoll wrote:
>
>
>
>
>