The Text Casing extension for Visual Studio Code provides functionality to convert the selected text to either uppercase or lowercase with simple keyboard shortcuts.
Features
Convert selected text to uppercase: Use CTRL + shift + U to convert the selected text to uppercase.
Convert selected text to lowercase: Use CTRL + shift + S to convert the selected text to lowercase.
Installation
Launch Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
Search for "Text Casing" in the Extensions view search box.
Click on the "Install" button for the Text Casing extension authored by [Your Name].
Usage
Select the text you want to convert.
Use the keyboard shortcut CTRL + shift + U to convert the selected text to uppercase.
Use the keyboard shortcut CTRL + shift + S to convert the selected text to lowercase.
Release Notes
1.0.0
Initial release of Text Casing extension.
Known Issues
No known issues at this time.
Contributing
Contributions are welcome! Please feel free to submit a pull request.