[ { "key": "ctrl+shift+u", "command": "editor.action.transformToUppercase", "when": "editorTextFocus" }, { "key": "ctrl+shift+l", "command": "editor.action.transformToLowercase", "when": "editorTextFocus" }, { "key": "ctrl+shift+t", "command": "editor.action.transformToTitlecase", "when": "editorTextFocus" } ]
Last updated: 2021-11-19