Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>bemcaseNew to Visual Studio Code? Get it now.
bemcase

bemcase

ekqnp

|
25 installs
| (0) | Free
Migrate kebab-cased Vue SFC BEM classes into Pascal/camel-cased ones
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

bemcase

Extension to easily migrate from kebab-cased BEM class names into Pascal/camel-cased BEM classes, and vis versa.

Examples

Given the selection:

.the-component__the-element--the-modifier

Run Format to Pascal-camel-BEM, which will convert the selection into:

.TheComponent__theElement--theModifier

And run Format to kebab-BEM to revert it back.

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