- Instant help with your Developer coding problems

Move line up or down in VS Code

Question:
How to move line up or down in VS Code?
Answer:
ALT + ↑ | ↓
Description:

To move a line of code up or down in Visual Studio Code first go to the line you want to move and then use the ALT + ↑ or ALT + ↓ . You can also move up or down multiple lines at once by selecting the lines first and then using the keyboard shortcut.

Share "How to move line up or down in VS Code?"