Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>string transformerNew to Visual Studio Code? Get it now.
string transformer

string transformer

MD Ali Shahanshah

|
76 installs
| (0) | Free
This will transform the string into different case.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

String Transformer

Version

License

Visual Studio Code

Description

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

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS).
  3. Search for "string transformer" and install it.
  4. Reload the window or restart VS Code.

Usage

  1. Select the text in the editor that you want to transform.
  2. 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.

License

This extension is licensed under the MIT License.


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft