My favorites | Sign in
Project Logo
                
Search
for
Updated Oct 07, 2008 by jakob.name
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
Hosted by Google Code