Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Camel Go BrrNew to Visual Studio Code? Get it now.
Camel Go Brr

Camel Go Brr

aethli

|
609 installs
| (7) | Free
change case with hotkey
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

casegobrr README

https://github.com/AethLi/camelgobrr/blob/master/LICENSE

Features

Just switch easily between kebab-case, CamelCase, camelCase, camelCase, Space Case, SPACE CASE, space case, SNAKE_CASE or snake_case. Allows to disable some conversions or change their order in the settings.json.

Usage

  • Select some text, then ctrl+alt+g(cmd+alt+g on mac).
  • Select some text, then ctrl+shift+g(cmd+shift+g on mac) to repeat last casegobrr operation.

Requirements

vscode

Extension Settings

  • camelgobrr.cases": modify this array to disable some conversions or change their order.
{
  "camelgobrr.cases": [
    "kebab-case",
    "CamelCase",
    "camelCase",
    "Space Case",
    "SPACE CASE",
    "space case",
    "SNAKE_CASE",
    "snake_case"
  ]
}

Enjoy!

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