string transformer is a Visual Studio Code extension that allows you to transform the selected text in the editor into different cases. It currently supports transforming text to uppercase and lowercase, with additional features in the pipeline.
Features
Uppercase Transformation: Transform the selected text to uppercase.
Shortcut:Cmd+Shift+U (macOS) or Ctrl+Shift+U (Windows/Linux).
Lowercase Transformation: Transform the selected text to lowercase.
Shortcut:Cmd+Shift+L (macOS) or Ctrl+Shift+L (Windows/Linux).
Pascal Case Transformation: Transform the selected text to PascalCase (additional feature in the pipeline).
Shortcut:Cmd+Shift+Space (macOS) or Ctrl+Shift+Space (Windows/Linux).
Installation
Open Visual Studio Code.
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS).
Search for "string transformer" and install it.
Reload the window or restart VS Code.
Usage
Select the text in the editor that you want to transform.
Use the corresponding keyboard shortcut for the desired transformation.
Contributing
If you have ideas for new features, improvements, or encounter any issues, feel free to contribute by opening an issue or submitting a pull request.