Question

I just started learning c# on vs 2008.

I found key combiations for

  1. select current word
  2. delete current line

is there a key combination to select current line?

Was it helpful?

Solution

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.

OTHER TIPS

HOME , SHIFT + END

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top