Multiple actions on one keyboard shortcut in vscode

后端 未结 2 370
悲哀的现实
悲哀的现实 2020-12-10 10:43

Is it possible to have multiple actions assigned to one keyboard shortcut in visual studio code?

For example: Move cursor up x 3 set to \"ctrl + w\"

Thanks i

2条回答
  •  醉话见心
    2020-12-10 11:15

    For anyone else looking for an answer, learn to make your own VS code extensions. It took about an hour and I was able to make all sorts of shortcuts that executed multiple commands. The vs code site has good resources for it: https://code.visualstudio.com/docs/extensions/overview

提交回复
热议问题