Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Change case of symbolNew to Visual Studio Code? Get it now.
Change case of symbol

Change case of symbol

bragov4ik

|
219 installs
| (1) | Free
Allows to change symbol name's case in all its occurences
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Change case of symbol VSCode extension

This extension allows changing case of symbols by utilizing renaming feature.

Case changing is performed via change-case (npm, github) package. Renaming is provided by Visual Studio Code API.

Features

Rename the symbol (word) under the cursor by executing Change case of symbol: ... case command. All occurences of the symbol will be changed to the selected writing style.

For example, to convert variableA to snake case (variable_a), put the cursor on the variable of interest and run command Change case of symbol: snake case

change-case-rename-demo

For detailed description of transformations see change-case github

Release Notes

1.0.1

Remove 'Hello, World!' notification c:, add notification on renaming.

1.0.0

Initial release

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