I find that I am cutting and pasting a LOT when I program. For example, method, variable and class names are things I regularly cut/paste. I do use "ctrl+space" after typing part of a word to autocomplete them or popup intellisense when there's duplicates found.
But just for straight copy/pasting do you guys have any good shortcuts/tricks/tips to use?
I already use these shortcuts as I program but I wonder if I am missing anything?
If I could copy/paste quicker I think I'd be able to write code quite a bit faster.
As @cand mentioned, you can just do Ctrl + C ; Ctrl + V . Ctrl + C will copy the line if nothing is selected.
Shift + End = Select the entire line from start to end. Shift + Home = Select the entire line from end to start.
In Visual Studio has multi-paste.
pressing Ctrl+Shift+V allows you to paste any of the 10 last things you cut/copied.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With