To create a new type as a copy of another one, set the caret on the declaration or a usage of a type, press &shortcut:Refactorings.QuickListPopupAction; and choose Copy Type.
This is useful when you need to create a class similar to an existing one, and it's not feasible to put shared functionality in a common base class.