向下复制一条的快捷键:

[

{

"key": "ctrl+d",

"command": "editor.action.copyLinesDownAction",

"when": "editorTextFocus"

},

{

"key": "ctrl+shift+up",

"command": "editor.action.moveLinesUpAction",

"when": "editorTextFocus"

},

{

"key": "ctrl+shift+down",

"command": "editor.action.moveLinesDownAction",

"when": "editorTextFocus"

}

]

 

 

 

 

vscode更改快捷键-- 例子向下复制一行

file-prefrences- keybord shutcus.

简答得用这种

https://jingyan.baidu.com/article/9faa7231ef1383473c28cb12.html

相关文章:

  • 2021-10-25
  • 2021-11-10
  • 2021-07-09
  • 2021-09-23
  • 2021-08-13
  • 2021-06-12
猜你喜欢
  • 2021-11-06
  • 2022-01-19
  • 2021-11-27
  • 2021-04-18
  • 2021-08-26
  • 2021-04-08
相关资源
相似解决方案