JetBrains Rider 2017.2 Help

Extract Members to Partial refactoring

This refactoring helps you move selected type members to another part of a partial type. If necessary, JetBrains Rider will make the current type partial, create a new part of this type and a file for it — all in one go. All necessary imports are moved with the moved members.

To make a type partial and move selected members there

  1. Select a type or a member in one of the following ways:
    • In the editor, set the caret at the name of a type or a member.
    • Select a type or a member in the Structure window.
    Or, alternatively, select one or several members you want to extract in the editor or in a tool window or set the caret on a region with members that you want to extract.
  2. Do one of the following:
    • Press Ctrl+Shift+R and then choose Extract Members to Partial
    • Choose Refactor | Extract Members to Partial in the main menu.
    The Extract Members to Partial dialog will open.
  3. If the current type is not partial, JetBrains Rider will suggest to create a new part. Otherwise, you can choose whether to create a new part or choose one of the existing parts to move the members.
  4. Select type members that should be moved to the new part of a partial type. If you invoked this refactoring on selected members or on a region with some members, these members will be preselected for you.
  5. To apply the refactoring, click Next.
  6. If no conflicts are found, JetBrains Rider performs the refactoring immediately. Otherwise, it prompts you to resolve conflicts.
JetBrains Rider. 'Make Partial' refactoring
Last modified: 27 December 2017

See Also