CSS
- 136 ответов
- 0 вопросов
70
Вклад в тег
Shift + Alt + Down или Shift + Alt + Up
[
{
"key": "ctrl+shift+u",
"command": "editor.action.transformToUppercase",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+l",
"command": "editor.action.transformToLowercase",
"when": "editorTextFocus"
}
]