CNode

某大神绝招“流出”,速看(vscode 配置快捷键)

分享
Kkylezhang发布于10 年前最后回复10 年前0 回复5615 浏览0 收藏

// Place your key bindings in this file to overwrite the defaults

// Place your key bindings in this file to overwrite the defaults
[
	{ "key": "ctrl+f12",                   "command": "editor.action.goToDeclaration",
                                     "when": "editorTextFocus" },
	{ "key": "shift+space",            "command": "editor.action.triggerSuggest",
                                     "when": "editorTextFocus" },
	{ "key": "cmd+1",           "command": "workbench.view.explorer" },
	{ "key": "cmd+2",           "command": "workbench.view.search" },
	{ "key": "cmd+3",           "command": "workbench.view.git" },
	{ "key": "cmd+4",           "command": "workbench.view.debug" },
	{ "key": "f9",                   "command": "workbench.action.debug.stepOver",
                                     "when": "inDebugMode" },
	{ "key": "ctrl+g",                "command": "workbench.action.gotoLine" }
]

查看回复

回复 (0)

暂无回复,成为第一个参与讨论的人。
参与回复
登录后即可参与回复。登录