Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Symbol Case RenamerNew to Visual Studio Code? Get it now.
Symbol Case Renamer

Symbol Case Renamer

Steven Pribilinskiy

|
60 installs
| (0) | Free
Rename symbols using a selected character case, including SCREAMING_CASE, camelCase, snake_case, kebab-case, and PascalCase.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Symbol Case Renamer

This extension allows you to easily rename symbols in your code using a variety of character cases, including:

  • camelCase
  • snake_case
  • PascalCase/TitleCase
  • SCREAMING_CASE/CONSTANT_CASE
  • kebab-case
  • lowercase
  • UPPERCASE

Features

The Symbol Case Renamer provides commands to quickly rename symbols to any of the supported cases. Simply select the symbol you want to rename and then execute the corresponding command from the command palette.

While developed with JavaScript and TypeScript in mind, this extension should work with any programming language supported by Visual Studio Code.

Usage

  1. Select a symbol in your code
  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
  3. Type Rename Symbol to see the available renaming options
  4. Choose the desired case conversion

Release Notes

1.0.0

Initial release of the Symbol Case Renamer extension.

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