{
"key": "alt+k",
"command": "selectPrevSuggestion",
"when": "editorTextFocus && suggestWidgetVisible"
},
{
"key": "alt+j",
"command": "selectNextSuggestion",
"when": "editorTextFocus && suggestWidgetVisible"
}
在设置快捷方式里面 右上角进入json自己设置就可以了 想用什么用什么
链接:https://www.zhihu.com/question/338318809/answer/1153018746
https://zhuanlan.zhihu.com/p/115738372 vscode设置快捷键