New CodeRush Plugin – Introduce Local (All Arguments)

The Motivation

I found this question on Stackoverflow

Essentially it breaks down to…

How can I refactor this….

IntroduceLocalAllArgumentsStart

…into this…

IntroduceLocalAllArgumentsEnd

… in a single step.

The Plugin

This plugin allows you to extract all arguments of a method to new locals which are then placed above the method call.

  • Place your caret on the call to the method whose arguments you’d like to extract.
  • Hit the CodeRush\Refactor key (Ctrl+` by default)
  • Choose “Introduce Local (All Arguments)
  • You’re done.

And the Result

IntroduceLocalAllArguments

Where can I get this wonderful plugin?

As usual, the source code and binary for this plugin are available on github

Like many others, this plugin is listed on the CodeRush Plugins Site.

Free DevExpress Products - Get Your Copy Today

The following free DevExpress product offers remain available. Should you have any questions about the free offers below, please submit a ticket via the DevExpress Support Center at your convenience. We'll be happy to follow-up.
No Comments

Please login or register to post comments.