cannot move line up/down anymore Proficad Created September 29, 2020 11:28 After installing Resharper, I cannot move the current line up or down using Alt+Up and Alt+Down keys.
ReSharper rebinds Alt+Up/Down to Go to previos/next member actions (https://www.jetbrains.com/help/resharper/Reference__Keyboard_Shortcuts.html#coding_assistance). With ReSharper, you can rearrange code semantically with the Ctrl+Alt+Shift+arrow keys. If you wish you can bind Alt+Up/Down back to VS actions on the Tools | Options | Environment | Keyboard options page.
Hi Igor,
I have bound Alt+Up/Down back to VS actions, but it did not help.
Please se screenshot: https://www.screencast.com/t/gdp7mgx0R
Thank you
Vaclav
You probably need to bind these actions in the "Text editor" scope, not in the "Global" scope as you've done.
Works great, thanks!
Vaclav