My Top 6 keyboards shortcuts within Visual Studio Code!
1) Delete a line - CTRL + SHIFT + K
2) Move a line - ALT + UpArrow/DownArrow
3) Multiple Cursors - ALT + Left Mouse Click*n
4) Multiple words - CTRL + SHIFT + L
5) Emmet Wrap HTML Tag - SHIFT + ALT + W (custom)
(Emmet wrap with abbreviation from CTRL + SHIFT + P)
6) Comment Block - CTRL + K + C
Not forgetting Mac users! replace the CTRL above with the CMD key
Hopefully one or two of these will be new to you and can be incorporated into your coding and speed up a few of these operations.