Want to make VSCode key bindings as closed as IntelliJ key bindings like.
Firstly, install VSCode extension macros.
Open Code -> Preferences -> Settings. Add following configuration into User Settings.
1 | "macros": { |
Open Code -> Preferences -> Keyboard Shortcuts. Add following configuration into keybindings.json file.
1 | // Place your key bindings in this file to overwrite the defaults |
That’s newly added Toggle Line Comment looks like after the change: