|
PullParameters
Pull the parameters of the current method to the caret position. Example: public void Foo(string name, int count, bool isChecked) {
Faa|
}to public void Foo(string name, int count, bool isChecked) {
Faa(name, count, isChecked);
}
|
Sign in to add a comment