vscode 快捷配置

2018-01-26 00:00:00 by 【6yang】, 856 visits, 收藏 | 返回
// 将键绑定放入此文件中以覆盖默认值
[
    {
        "key""ctrl+alt+f",
        "command""editor.action.formatDocument",
        "when""editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
    },
    {
        "key""ctrl+shift+f",
        "command""editor.action.formatSelection",
        "when""editorHasDocumentSelectionFormattingProvider && editorHasSelection && editorTextFocus && !editorReadonly"
    },
    {
        "key""ctrl+shift+/",
        "command""editor.action.blockComment",
        "when""editorTextFocus && !editorReadonly"
    },
]
分享到:
share

    图片原图

    loading

    loading