I'm leaved VSCode from IntelliJ, but I'm curious about your preferrer shortcuts on VSCode.
Some commands on Linux client :
You don't use shortcuts yet? Get started ! 👉🏼
We're a community that shares tips & tricks on how to best leverage VS Code
I'm leaved VSCode from IntelliJ, but I'm curious about your preferrer shortcuts on VSCode.
Some commands on Linux client :
You don't use shortcuts yet? Get started ! 👉🏼
For further actions, you may consider blocking this person and/or reporting abuse
Maciej Sulecki -
Nick Taylor -
Nick Taylor -
Nick Taylor -
Discussion (1)
A custom shortcut that I use:
I swapped
Ctrl + Shift + X
andCtrl + Shift + K
. I rarely need to open the extensions panel. But I need to delete lines a lot.Ctrl + Shift + X
is perfect for this because we're already used to deleting lines by pressingCtrl + X
(cut). But now if you pressShift
along with it, you preserve your clipboard. Super useful!