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
821 stars 136 forks source link

Change Cmd+D from "editor.action.copyLinesDownAction" to new "editor.action.duplicateSelection" #157

Closed fabb closed 4 years ago

fabb commented 4 years ago

A new "editor.action.duplicateSelection" was added to VSCode that mimics the IntelliJ behavior 🎉

https://github.com/microsoft/vscode/issues/2075

It would be nice if the Cmd+D action would be changed to this new action.

kasecato commented 4 years ago

Hi @fabb , I've just released it. Please check it! It seems that the release is still insider build only. Thanks!

Hoffs commented 4 years ago

So this actually breaks the extension as the editor.action.duplicateSelection is insider only. So if the client is not running insider build the command is just failing with:

command 'editor.action.duplicateSelection' not found
alexandrtovmach commented 4 years ago

Related issue #161

kasecato commented 4 years ago

@fabb @AlexAkhremenko @Hoffs I just released it. Please Check it.

Hoffs commented 4 years ago

works fine :)

kasecato commented 4 years ago

The day has finally come to close.