Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Text Case ConverterNew to Visual Studio Code? Get it now.
Text Case Converter

Text Case Converter

Vheins

|
661 installs
| (0) | Free
Text Case Converter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Text Case Converter

The Text Case Converter extension for Visual Studio Code allows you to quickly convert the case of selected text within the editor. It provides commands to convert text to camel case, snake case, title case, lower case, and upper case formats.

Features

  • Convert selected text to camel case
  • Convert selected text to snake case
  • Convert selected text to title case
  • Convert selected text to lower case
  • Convert selected text to upper case

Requirements

This extension requires Visual Studio Code version 1.60.0 or higher.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
  3. Search for "Text Case Converter".
  4. Click Install to install the extension.
  5. Click Reload to activate the extension.

Usage

  1. Select the text within the editor that you want to convert.
  2. Right-click on the selected text to open the context menu.
  3. Choose the desired conversion option from the Text to submenu.
  4. The selected text will be converted to the chosen case format.

Alternatively, you can use the following keyboard shortcuts:

  • Ctrl+Shift+P or Cmd+Shift+P to open the Command Palette.
  • Type "Convert Text Case" to filter the available commands.
  • Choose the desired conversion command to execute.

Commands

  • text-case-converter.camelCase: Convert selected text to camel case.
  • text-case-converter.snakeCase: Convert selected text to snake case.
  • text-case-converter.titleCase: Convert selected text to title case.
  • text-case-converter.lowerCase: Convert selected text to lower case.
  • text-case-converter.upperCase: Convert selected text to upper case.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.

License

This extension is licensed under the MIT License.

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