Open
Description
Pressing on following hotkeys produces the effect (on windows:) :
Hotkey | Effect |
---|---|
Ctrl + D | Select next occurrences of same characters / words. |
Alt + Up arrow | Move current line of code up. |
Alt + Down arrow | Move current line of code down. |
etc..
These 3 hotkeys are pretty common for me, you can look at VSCode reference and see if you want to implement any others.