How to Change Text Case in VS Code
Published 2026-03-31 ยท convertcase.in
VS Code has built-in text transformation commands for case conversion. Here's how to access them quickly.
Try it now โ free instant conversion
No signup ยท No limits ยท Works on all devices
1Built-in Commands
Select text โ Ctrl+Shift+P (Command Palette) โ type: "Transform to Uppercase" โ Enter "Transform to Lowercase" โ Enter "Transform to Title Case" โ Enter
2Keyboard Shortcut Setup
By default, these have no shortcut. Assign one: File โ Preferences โ Keyboard Shortcuts โ search "transform to uppercase" โ add your binding.
3Extensions for More Cases
Extensions like "Change Case" (wmaurer) add camelCase, snake_case, PascalCase, and more with keyboard shortcuts.
Frequently Asked Questions
What is the keyboard shortcut for uppercase in VS Code?
No default shortcut โ you need to assign one, or use the Command Palette (Ctrl+Shift+P).