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
828 stars 135 forks source link

Toggle comment command wrong shortcut [macOS] #367

Open goshander opened 1 month ago

goshander commented 1 month ago

Same issue as https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/294 But for macOS and CMD key

  {
    "key": "cmd+[Slash]",
    "command": "editor.action.commentLine",
    "when": "editorTextFocus && !editorReadonly"
  },
  {
    "key": "cmd+/",
    "command": "-editor.action.commentLine",
    "when": "editorTextFocus && !editorReadonly"
  }