Hello,
I just started learning c# on vs 2008.
I found key combiations for
- select current word
- delete current line
is there a key combination to select current line?
Hello,
I just started learning c# on vs 2008.
I found key combiations for
is there a key combination to select current line?
you can use ctrl + w.
For more information you visit this user link: http://smallworkarounds.blogspot.com/2008/12/visual-studio-2008-tips-tricks-for.html
You can also press CTRL+C to copy the whole line the cursor is currently in. You will not see a selection bar, but the entire line is copied to the clibboard. Then you can press CTRL+V to paste it anywhere you like.
EDIT: Make sure you don't have anything selected in the line, in that case only the selection will be copied to clipboard.