vs code move line up code example
Example 1: move lines in vscode
Alt + Up // Move Up
Alt + Down // Move Down
Example 2: vscode comment block of code html
********** For Mac **************
-> How to comment a block?
Command + K + C
-> How to uncomment a block?
Command + K + U
Example 3: vscode bring up and down terminal panel
ctrl + ` // Close/open terminal panel
Example 4: change line vsode
Alt + (arrowUp/arrowDown)