Discover the Surprising Ways You've Been Doing It Wrong All Along!


Summary of my bookmarked videos from May 10th, 2022

Videos

  • Been doing it wrong this whole time?

    Copying and pasting lines of code can be made more efficient in VS Code. Instead of highlighting the entire line and using Ctrl+C, you can simply place the cursor anywhere on the line and press Ctrl+C to copy it. Similarly, to cut a line, place the cursor anywhere on the line and use Ctrl+X. This small trick saves keystrokes and streamlines your workflow.