kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
810 stars 135 forks source link

Missing multiple cursors shortcut #347

Closed dawidk92 closed 2 months ago

dawidk92 commented 2 months ago

Add carets above or below the current caret using keyboard

IntelliJ IDEA shortcut

Press ⌥ Opt twice, and then without releasing it, press up or down arrow keys.

JetBrains documentation

VSCode shortcut

By default it works by pressing ⌥ Opt + ⌘ Cmd + /

kasecato commented 2 months ago

Not supported on the VS Code side by default. Need an implementation to keep track of the cmd/ctrl state.

See https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/173#issuecomment-1950995041