Hi friends,
Today I would like to discuss some tricks that visual studio provided to increase my productivity
Figure 1
f you want to copy a line of code then you can simply press CTRL-c to copy the line and press CTRL-v to paste the line. If you want to delete a line, don’t select it first, just press CTRL-x. You’ll be surprised how much time this one tip will save you.
Today I would like to discuss some tricks that visual studio provided to increase my productivity
Tip #1 – You don’t need to select a line to copy or delete it
I always cringe whenever I see someone select an entire line of code in the Visual Studio code editor before copying the line or deleting the line (see Figure 1). You don’t need to do this.Figure 1
f you want to copy a line of code then you can simply press CTRL-c to copy the line and press CTRL-v to paste the line. If you want to delete a line, don’t select it first, just press CTRL-x. You’ll be surprised how much time this one tip will save you.
No comments:
Post a Comment