Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.51 KB

how-to-change-text-case-in-the-editor.md

File metadata and controls

35 lines (26 loc) · 1.51 KB
title description ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
Convert text to uppercase or lowercase
Learn how to use menu commands or keyboard shortcuts to convert the case of selected text to all upper case or to all lower case.
12/18/2024
how-to
editors, text case
text, case
anandmeg
meghaanand
mijacobs
general-ide

Change text case in the editor

You can use menu commands or keyboard shortcuts to convert the case of selected text to all upper case or to all lower case.

Note

The dialog boxes and menu commands you see might differ from those described in this article, which are based on the General environment settings. To change your environment settings, choose Tools > Import and Export Settings, and then choose Reset all settings.

To change text case

  1. Select the text you want to convert.

  2. To convert text to all upper case, choose Edit > Advanced > Make Uppercase or press Ctrl+Shift+U.

    To convert text to all lower case, choose Edit > Advanced > Make Lowercase or press Ctrl+U. (If you have the C++ development workload installed, this keybinding may be used by a different command.)

Tip

To revert to the previous case formatting before this change, select Undo from the Edit menu.

Related content