EN
VS Code - transform text to upper case
10 points
In this short article, we would like to show how to transform selected text to an upper case under VS Code IDE.
Simple steps:
- select some text in the editor
- press
Ctrl
+Shift
+P
keys, - type:
Transform to Uppercase
, - press
Enter
key.
Note: read this article to know how to configure
Ctrl
+Shift
+U
shortcut that transform selected text to an upper case.
Practical example:
