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?
- ctrl+x (with nothing selected)
- ctrl+v (with nothing selected)
- ctrl+l (with nothing selected)
- ctrl+shift+arrowKeys
If I could copy/paste quicker I think I'd be able to write code quite a bit faster.