I recently have started development for Swift with XCode 6. I've used Sublime Text 3 for the last couple years, and more recently have fallen in love GitHub's Atom Editor. My biggest frustration so far with XCode is the lack of a copy/cut line tool.
In the text editors I've used copy/cut commands will copy/cut the whole line if no selection is made.
So far the only alternative I have found is the following:
Ctrl + A - Move cursor to the beginning of a line
Shift + ↓ - Select the line
Ctrl + C - Copy Selection
This works, however I'm wondering if anyone has figured out an elegant way to wrap these up into one powerful copy/cut line tool
On a side note, I am also missing the move line up/down shortcuts which are also very useful.
Note: a solution described in this answer no longer works in Xcode 6.