vscode:将键盘快捷方式分配给“插入代码段”命令

时间:2019-07-13 19:31:22

标签: visual-studio-code vscode-settings code-snippets

当我按ctrl-shift-p并输入“ insert snippet”时,会显示一个菜单,其中包含可用的代码段

我想将ctrl-shift-q分配给该动作,但找不到对应的命令。

尝试过

    {
        "key": "ctrl+shift+q",
        "command": "workbench.action.openSnippets"
    },

但是出现了摘要文件列表,而不是摘要列表

1 个答案:

答案 0 :(得分:1)

我一直在寻找相同的东西。尝试以下操作:

{"password":"***","grant_type":"password","client_secret":"***","client_id":"***","username":"tyler+prod@pactsafe.com"}
{"error":"unsupported_grant_type","error_description":"grant type not supported"}
400
相关问题