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

VSCodium Change Case

Frankie

|
1 install
| (0) | Free
Quickly change the case (camelCase, CONSTANT_CASE, snake_case, etc) of the current selection or current word
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Change Case Extension for Visual Studio Code

Visual Studio Marketplace Version Open VSX Version

[!NOTE] Fork of wmaurer/vscode-change-case. Upstream is unmaintained; this repo updates dependencies and carries the project forward.

A wrapper around change-case for Visual Studio Code.

Quickly change the case of the current selection or current word.

If only one word is selected, the vscodium-change-case.commands command gives you a preview of each option:

change-case-preview

change-case also works with multiple cursors:

change-case-multi

Note: Please read the documentation on how to use multiple cursors in Visual Studio Code.

Quick Start

Install from Visual Studio Marketplace or Open VSX.

Commands

Command ID Title Description
vscodium-change-case.commands Change Case commands List all Change Case commands, with preview if only one word is selected.
vscodium-change-case.camel Change Case camel Convert to a string with the separators denoted by having the next letter capitalised.
vscodium-change-case.constant Change Case constant Convert to an upper case, underscore separated string.
vscodium-change-case.dot Change Case dot Convert to a lower case, period separated string.
vscodium-change-case.kebab Change Case kebab Convert to a lower case, dash separated string (alias for param case).
vscodium-change-case.lower Change Case lower Convert to a string in lower case.
vscodium-change-case.lowerFirst Change Case lowerFirst Convert to a string with the first character lower cased.
vscodium-change-case.no Change Case no Convert the string without any casing (lower case, space separated).
vscodium-change-case.param Change Case param Convert to a lower case, dash separated string.
vscodium-change-case.pascal Change Case pascal Convert to a string denoted in the same fashion as camelCase, but with the first letter also capitalised.
vscodium-change-case.path Change Case path Convert to a lower case, slash separated string.
vscodium-change-case.sentence Change Case sentence Convert to a lower case, space separated string.
vscodium-change-case.snake Change Case snake Convert to a lower case, underscore separated string.
vscodium-change-case.spongebob Change Case spongebob Convert to alternating upper and lower case letters (SpongeBob / mocking meme style).
vscodium-change-case.swap Change Case swap Convert to a string with every character case reversed.
vscodium-change-case.title Change Case title Convert to a space separated string with the first character of every word upper cased.
vscodium-change-case.upper Change Case upper Convert to a string in upper case.
vscodium-change-case.upperFirst Change Case upperFirst Convert to a string with the first character upper cased.

License

MIT License © Frankie

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