In resharper features page:
Extract Class
Enables extracting some of the fields and methods of a class into a separate, newly created class. This refactoring is useful, when a class has grown too large, too incoherent, or does too many things.
I select couple methods within class, open context menu and can't find anything related to extract class, do I miss something?
