Retrieve a class using Resharper 7

On the forwarding options page:

Extract Class
Allows you to extract some of the fields and methods of the class into a separate, newly created class. This refactoring is useful when a class becomes too large, too incoherent, or too much.

I select a couple of methods inside the class, open the context menu and cannot find anything related to the extract class, can I skip something?

+5
source share
1 answer

Found: enter image description here

You need to place the cursor on the class name, and then select Extract class submenu from the Refactor menu.

But the couple’s attempts show that the functionality still needs to be polished:

  • / , " ",
  • ,
  • , , , , , :)
+4

All Articles