I already know about Ctrl + L to delete an entire line...is there one to just select an entire line (which I can then copy and paste somewhere else...)
|
|
You can also use Ctrl + X to cut an entire line. Similarly, you can use Ctrl + C to copy an entire line. As long as you don't have anything selected, the command will work on the entire line. |
|||||||
|
|
Hit
|
||||
|
|
It's Home+Home, then Shift+Down for me. Or you change that setting which makes Ctrl+C with no selection copy the line. But I hate that, so I always turn it off. (Thanks to Bala for providing the link to that setting!) To cut a line, Ctrl+L works in my keyboard settings. |
||||
|
I believe, if you don't have any selection and press Ctrl + C, it would copy the line. |
|||||
|
|
Visual Studio macros are another way to do these types of operations if you can't find an existing command. A simple way to create one is:
|
|||
|
|
|
I use Ctrl + Insert to copy entire line, and Shift + Insert to paste entire line. |
|||
|
|
