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

},

相关推荐
AttackingLin17 小时前
VScode Claude Code 插件配置第三方api
ide·vscode·编辑器
码农爱学习17 小时前
VSCode的Markdown插件哪个好用
ide·vscode·编辑器
笨鸟先飞,勤能补拙17 小时前
密码学深度指南 — SecOps 工程师实战手册
人工智能·vscode·python·安全·github·密码学·visual studio
超级大福宝18 小时前
在 VS Code 自带的聊天插件中配置 OpenCode
ide·vscode
FeelTouch Labs1 天前
Node.js 中的 spawn 和 exec:子进程执行的不同方式对比
node.js·编辑器·vue·vim
余衫马2 天前
2026最新版!Android Studio 极速安装与配置指南
android·ide·android studio
你的菊花 倾心恋仙2 天前
最锋利的Visual Studio Web开发工具扩展:Web Essentials详解
前端·ide·visual studio
MoSTChillax2 天前
数字人竞品分析(中):核心功能、产品使用与技术能力对比
ide·macos·xcode
林三的日常2 天前
AI编程IDE卡成PPT?低配电脑的末日来了
ide·电脑·ai编程
2501_915106322 天前
SwiftUI项目创建详解:使用Xcode从零开始创建第一个App项目
ide·vscode·ios·swiftui·个人开发·xcode·敏捷流程