Answers for "move line in visual studio"

2

visual studio move line up shortcut

alt + up arrow

///down
alt + down arrow
Posted by: Guest on September-29-2020
0

move line in visual studio

The default shortcut keys are as follows:

Alt+↑ (Up Arrow) – Moves a line up
Alt+↓ (Down Arrow) – Moves a line down
To change the shortcut keys:

In the Visual Studio main menu go to Tools → Options
Expand Environment
Select Keyboard
In the Show commands containing box type Tools.MoveLineUp or Tools.MoveLineDown
In the Press shortcut keys box press the new shortcut keys
Click Assign
Posted by: Guest on August-06-2021

Code answers related to "move line in visual studio"

Browse Popular Code Answers by Language