/vscode-symbol-case-renamer

A VSCode extension for effortlessly converting symbol cases

Primary LanguageTypeScriptMIT LicenseMIT

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.