vscode-intellij-idea-keybindings
vscode-intellij-idea-keybindings copied to clipboard
Missing multi line selection
The keybindings for selecting multiple lines are missing, for example:
Shift + Alt + Left Click
Ctrl +Shift + Alt + Left Click
@ShinDarth @kasecato Shift + Alt + Left Click works

I use vscode (version 1.28) on Mac.
Option (hit) and option(hold) + arrows not working (without the mouse)

we can't change binding of click, see https://github.com/microsoft/vscode/issues/3130
{
"key": "",
"command": "workbench.action.toggleMultiCursorModifier"
}