Sunday, November 29, 2009

Copy/ Cut in Visual Studio tip

I came across this by accident while i was writing code..thought I'd share this tip.
Before I used to highlight the whole line of code to copy it...but actually we dont even have to highlight the line...We can place the cursor anywhere on the line and just hit Ctrl + c to copy or Ctrl + X to cut..So, this can be done without any selection. This applies only for a single line. This has been saving a lot of time. Sometimes I have a long line and waste time highlighting and trying to make the line as a selection. Now, all i gotta do is place the cursor at the beginning of the line or anywhere on the line really and that's it.

No comments:

Post a Comment