Skip to main content
Noble Desktop/1 min read

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).

Convert case coding tip

Learn more Sublime Text Coding Tips. These coding tips are covered in our hands-on coding classes and bootcamps in NYC.