Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Change String CaseNew to Visual Studio Code? Get it now.
Change String Case

Change String Case

Jithin Nair

|
29,811 installs
| (7) | Free
Change the selected string from one case format to another. Supported cases - UPPERCASE, lowercase, PascalCase, camelCase, snake_case, kebab-case, Sentencecase
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

change-string-case

A simple VSCode plugin to change the formatting of the selected phrase(s) from one case to another.

Supported Case Formats:

  • camelCase
  • lowercase
  • lower-kebab-case
  • lower_snake_case
  • PascalCase
  • Sentencecase
  • UPPERCASE
  • UPPER-KEBAB-CASE
  • UPPER_SNAKE_CASE
  • Title Case

Installation

Run ext install change-string-case in the command palette.

Usage

Select the phrase(s) that you want to update the casing of, and run Change Case: <case-type> in the command palette.

Usage

Release Notes

1.0.0

Initial release of Change String Case

Release 1.0.3

  • Fix for issues with sentence-case #1

Release 1.0.4

  • Added title case support #1

Release 1.1.0

  • Added key-bindings to toggle between upper and lower case. Use ctrl+capslock or cmd+capslock to toggle upper/lower for any of the supported cases.

Release 1.1.2

  • Fix for issue with PascalCase #7

Enjoy!

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