Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>change-case-rsNew to Visual Studio Code? Get it now.
change-case-rs

change-case-rs

mxismean

|
857 installs
| (1) | Free
Change the veriable name style! Rust!!!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Change Case for Visual Studio Code

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

Language

TS + RUST + WebAssembly

Install

Launch VS Code Quick Open (Ctrl/Cmd+P), paste the following command, and press enter.

ext install change-case-rs

Commands

  • case.camel: Change Case 'camel': Convert to a string with the separators denoted by having the next letter capitalised

  • case.kebab: Change Case 'kebab': Convert to a lower case, dash separated string (alias for param case)

  • case.snake: Change Case 'snake': Convert to a lower case, underscore separated string

  • case.lower: Change Case 'lower': Convert to a string in lower case

  • case.upper: Change Case 'upper': Convert to a string in upper case

  • case.title: Change Case 'title': Convert to a string with the first character upper cased

  • case.constant: Change Case 'constant': Convert to an upper case, underscore separated string

Enjoy!

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