vscode设置快速选择代码提示的选项

{
 "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设置快捷键

    原文作者:清风弥天
    原文地址: https://blog.csdn.net/d137578736/article/details/114214206
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞