做个笔记吧
步骤:文件->搜选项->键盘快捷方式->(窗口右上角)打开键盘快捷方式JSON
[
{
"key": "ctrl+l", //ctrl+l可以任意改变
"command": "editor.action.insertSnippet",
"args":{
"snippet": "console.log(\"$1>>>\",$1)"
},
"when": "editorTextFocus && (editorLangId == javascript || editorLangId == vue)"
}
]