Zend certified PHP/Magento developer

Atom editor: How to copy codes without folded content?

In Atom editor, I want to copy a long class definition which has a lot of methods. I have folded all of the methods hoping when I ctrl-a and ctrl-c only names of the mehtods will be copied but not their bodies. Of course, when you do this the whole contents of the file will be copied.
So is there a way to achieve what I want to do?