手把手将 VSCode 快捷键修改为 Eclipse 的快捷键

1.在 vscode 上方搜索栏输入 >keyboard

2. 选择图中红框的内容

3.将Eclipse的常用快捷键复制进去

{

"key": "ctrl+d",

"command": "-editor.action.addSelectionToNextFindMatch",

"when": "editorFocus"

},

{

"key": "ctrl+d",

"command": "editor.action.deleteLines",

"when": "textInputFocus && !editorReadonly"

},

{

"key": "ctrl+shift+k",

"command": "-editor.action.deleteLines",

"when": "textInputFocus && !editorReadonly"

},

{

"key": "ctrl+alt+up",

"command": "editor.action.copyLinesUpAction",

"when": "editorTextFocus && !editorReadonly"

},

{

"key": "shift+alt+up",

"command": "-editor.action.copyLinesUpAction",

"when": "editorTextFocus && !editorReadonly"

},

{

"key": "ctrl+alt+down",

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

"when": "editorTextFocus && !editorReadonly"

},

{

"key": "shift+alt+down",

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

"when": "editorTextFocus && !editorReadonly"

},

相关推荐
SmoothSailingT3 分钟前
IDEA实用快捷键
java·ide·intellij-idea
吞掉星星的鲸鱼2 小时前
android studio创建使用开发打包教程
android·ide·android studio
陈老师还在写代码2 小时前
android studio 签名打包教程
android·ide·android studio
hifhf3 小时前
Android Studio gradle下载失败报错
android·ide·android studio
散峰而望3 小时前
基本魔法语言数组 (一) (C语言)
c语言·开发语言·编辑器·github·visual studio code·visual studio
闲人编程7 小时前
现代Python开发环境搭建(VSCode + Dev Containers)
开发语言·vscode·python·容器·dev·codecapsule
潮汐退涨月冷风霜7 小时前
VSCode SSH远程连接失败 最速解决方案
ide·vscode·ssh
烟花落o9 小时前
指针深入第二弹--字符指针、数组指针、函数指针、函数指针数组、转移表的理解加运用
c语言·开发语言·笔记·vscode·算法
nvd1110 小时前
在 vscode 中配置juypter notebook 插件
ide·vscode·编辑器
大江东去浪淘尽千古风流人物10 小时前
【vscode】Eigen可视化配置
ide·vscode·编辑器