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

keybinding for comment/uncomment with block comment is incorrect #183

Closed robmwalsh closed 4 years ago

robmwalsh commented 4 years ago

according to reference 2. IntelliJ IDEA DEFAULT KEYMAP, https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf the keyboard shortcut should be Comment / uncomment with block comment Ctrl + Shift + / but the shortcut for this plugin is ctrl+alt+/ cmd+alt+/ Comment/uncomment with block comment

kasecato commented 4 years ago

@unclebob418 thank you for reporting to me about this bug. I just fixed on v0.2.41. Please check it 👍

robmwalsh commented 4 years ago

This works fine now, thanks a lot for this!