向下复制一条的快捷键:
[
{
"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"
}
]

file-prefrences- keybord shutcus.
简答得用这种
https://jingyan.baidu.com/article/9faa7231ef1383473c28cb12.html
本文详细介绍了 VSCode 编辑器中用于文本操作的快捷键,包括向下复制一行、移动行上移和下移等常用操作,帮助开发者提高编辑效率。
1790

被折叠的 条评论
为什么被折叠?



