Ctrl+Shift+Right arrow doesn't work in Visual Studio 2019

Viewed 930

I can't select words to the right by using the standard shortcut Ctrl+Shift+Right arrow.

By the way, words selection to the left with Ctrl+Shift+Left arrow works well.

Probably, the ReSharper keyboard layout creates this trouble.

1 Answers

I fixed this in Visual Studio 2019 in the Tools > Options window.

Select Environment > Keyboard and paste Edit.WordNextExtend into the "Show commands containing" field.

Then proceed as shown by the red arrows in the following image.

enter image description here

Related