手把手将 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"

},

相关推荐
程序手艺人1 分钟前
【日常开发】 VSCode Remote SSH 在 Ubuntu 18.04 (GLIBC 2.27) 上的解决方案
vscode·ubuntu·ssh
疏狂难除9 分钟前
JetBrains IDE插件开发教程(二)——学习初始代码
ide·kotlin
培风图楠2 小时前
vscode初始配置环境后无法编译
ide·vscode·编辑器
雪靡2 小时前
Visual Studio 2026 优雅的给Cmake设置大代理
c++·ide·cmake·visual studio
周末也要写八哥3 小时前
Visual Studio 2022资源下载附保姆级安装教程
ide·visual studio
『昊纸』℃3 小时前
作为小白,C语言如何从零开始呢
c语言·ide·学习·编程·教材
yanghuashuiyue4 小时前
关于Eclipse和IDEA对比
java·ide·intellij-idea
插件开发4 小时前
在VS2019编辑器环境中使用c++打造window服务程序基础框架详细步骤
c++·编辑器·服务程序
bestlanzi4 小时前
使用vscode 搭建Java 开发环境
ide·vscode·编辑器
xiaobobo333019 小时前
vscode+clangd打开头文件发现某些标识符不识别为“白色”语言模型识别为C++
vscode·识别头文件错误·标识符为白色·语言模型识别错误