河畔的风

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

在Vs Code 中 ctrl+shift+p 

 输入keyboard, 选择Json那个文件

 

在打开的文件中替换或者添加

[
    {
        "key": "ctrl+shift+u",
        "command": "editor.action.transformToUppercase",
        "when": "editorTextFocus"
    },
    {
        "key": "ctrl+shift+l",
        "command": "editor.action.transformToLowercase",
        "when": "editorTextFocus"
    }
]

 

posted on 2020-09-29 17:51  河畔的风  阅读(502)  评论(0)    收藏  举报