Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CamelCase RefactorNew to Visual Studio Code? Get it now.
CamelCase Refactor

CamelCase Refactor

Andres Calvo

|
274 installs
| (0) | Free
Refactor css classes and styles imports
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

camelcase-refactor

Refactor all your css classes to camelCase, this extension will read following types of files *.module.scss , *.module.sass , *.module.css , *.jsx , *.tsx

CSS classes RegExp

(?<=(.))([_a-zA-Z]+[_a-zA-Z0-9-]*)

JSX | TSX classNames RegExp

(?<=(styles.))([_a-zA-Z]+[_a-zA-Z0-9-]*)

Features

This extension comes with two commands, "camelCase: Classes" and "camelCase: JSX|TSX classNames" , first one is in charge of refactoring all of your classes, while last one will refactor react classNames.

Release Notes

1.0.0

Initial release

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