Change Text Case in Sublime Text
Change Case in Sublime Text
1
Select the Text
Highlight the words or block you want to convert.
2
Open the Command Palette
Cmd-Shift-P (Mac) or Ctrl-Shift-P (Windows).
3
Type 'case'
Pick Convert to Upper Case, Lower Case, or Title Case.
4
Hit Enter
Sublime applies the transformation to your selection.
Master Web Development at Noble Desktop
Noble Desktop's Full-Stack Web Development Certificate covers HTML, CSS, JavaScript, and the modern web stack.
Sublime text allows you to quickly convert selected text to upper case or lower case.
- To convert to upper case: In quick succession, hit Cmd–K then Cmd–U (Mac) or Ctrl–K then Ctrl–U (Windows).
- To convert to lower case: In quick succession, hit Cmd–K then Cmd–L (Mac) or Ctrl–K then Ctrl–L (Windows).
You can also convert to title case by choosing Edit > Convert Case > Title Case (there’s no keyboard shortcut).
