Introduce a parameter, change "make default" from being default
So this:
is handy in a few situations, however 95% of the time, probably more in fact, I don't want it to be a default parameter I just want a normal parameter.
Previously adding a parameter was "ctrl+r p enter" no mouse involvement, no tabbing, no messing around, the values were pushed up into consuming methods and it allowed hard coded values to be shunted out of the code stack at speed during a refactor step. Since this has been introduced every parameter either involves a mouse click, or an additional "tab space" to the keystroke, it may not sound much, but when your pushing 4 or 5 parameters up several levels it becomes a nuisance fast.
Is there anywhere this dialogs default behaviour can be altered? I've trawled through the options and can't see anything that would let me change it, because for me it's just an extra thing to do, and it's annoying, as most method signature changes don't want to effectively be hidden overloads.
Owen
Please sign in to leave a comment.
Hello Owen!
Thank you for the feedback.
This is definitely a bug and it will be fixed in upcoming release.
Thank you.