Domanda

I can't exectly say when this started, but from some version of Visual Studio Code Option + Shift + Right Arrow/Left Arrow selection stopped working. Currently I use macOS Big Sur, but I am almost sure that this started before upgrading to Big Sur. Can anyone help me to fix this?
UPDATE: I use macOS Big Sur 11.2.2 and VS Code 1.53.2.
UPDATE 2: OPTION + SHIFT + UP/DOWN Arrow works for me, actually this shortcut adds one more cursor to other line.
UPDATE 3: This is not shortcut probelm: enter image description here

È stato utile?

Soluzione 2

Solved! The problem was in Visual Studio keymap, which I occasionally installed and forgot about it. After deletion of this keymap, everything works as expected.

Altri suggerimenti

The fact that opt+shift+up/down work seems to suggest that this is an keybinding issue.

Under your VSCode keybindings, check to see if the keybinding cursorWordLeftSelect and the corresponding right select ones are active. If they are active, check to see if any other extensions override these shortcuts (by searching for the keybind: opt+shift+left).

Cursor word select keybinds

Hopefully this fixes the issue.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a apple.stackexchange
scroll top