Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto Case RenameNew to Visual Studio Code? Get it now.
Auto Case Rename

Auto Case Rename

drk-mtr

|
898 installs
| (0) | Free
Rename in current file with auto case conversion
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto case rename README

Simple extension to rename strings in the current file and perform case conversion.

As an example, if the strings adminUser and AdminUser appear in your file, and the replacement text you provide is normalUser, then the replacements will be:

  • adminUser -> normalUser
  • AdminUser -> NormalUser

To use the extension:

  • Have an editor window open and place the cursor on a word or select some text.
  • Open the command palette (F1 or Cmd + P) and use the command Rename in current file with auto case conversion.

Rename in current file animation

Keywords

  • Find replace, case sensitive, case insensitive, rename, current file.

Release Notes

1.0.0

Initial release.

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