vscode move line up code example
Example 1: move lines in vscode
Alt + Up // Move Up
Alt + Down // Move Down
Example 2: move lines of code in vscode
select lines of code to move
ctrl + ] moves right
ctrl + [ moves left
Example 3: quick fix shortcut vscode
On Windows, use the Ctrl + . keys. Then just select the Quick Fix suggestion that you want to apply to your code
Example 4: visual studio code indent outdent shortcut
Indent using tab key. Outdent using Shift + tab key.