Skip to content

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

License

Notifications You must be signed in to change notification settings

bbasics/change-string-case

 
 

Repository files navigation

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.

Enjoy!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%