Can I make a multi-line selection of text all capitals in Visual Studio Code?
In full Visual Studio it\'s CTRL+SHIFT+U>
Select the text to transform.
Use Ctrl + L to selected the whole line
Open Show all commands.
Linux and Windows: Ctrl + Shift + P, Mac: ⇧⌘P
Type in the command, e.g. lower, upper, title
Hit Enter