48. VS Code shortcut
There are some useful shortcut & techniques we can use while using VS Code
Alt + up/down : move the line
Alt + Shift + up/down : copy line to upward/downward
Ctrl + P: search bar for searching files
Ctrl + Home/End: move to the start/end line of the script
Shift + Home/End: move to the start/end position of the line
That's for today!
