Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-case-shifterNew to Visual Studio Code? Get it now.
vscode-case-shifter

vscode-case-shifter

Jino Antony

|
3,155 installs
| (4) | Free
Change the case of words to camelCase, kebab-case, snake_case and more
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-case-shifter

VsCode Case Shifter allows you to easily convert text between snake_case, camelCase, StudlyCaps and more.

Demo

Demo GIF

Commands

Search these commands by the title on command palette.

[
    {
        "command": "vscode-case-shifter.kebabCase",
        "title": "Convert to kebab-case"
    },
    {
        "command": "vscode-case-shifter.camelCase",
        "title": "Convert to camelCase"
    },
    {
        "command": "vscode-case-shifter.studlyCase",
        "title": "Convert to StudlyCase"
    },
    {
        "command": "vscode-case-shifter.snakeCase",
        "title": "Convert to snake_case"
    }
]

Keybindings

You can override these default keybindings on your keybindings.json.

[
    {
        "command": "vscode-case-shifter.kebabCase",
        "key": "ctrl+shift+k",
        "when": "editorHasSelection"
    },
    {
        "command": "vscode-case-shifter.camelCase",
        "key": "ctrl+shift+c",
        "when": "editorHasSelection"
    },
    {
        "command": "vscode-case-shifter.studlyCase",
        "key": "ctrl+shift+s",
        "when": "editorHasSelection"
    },
    {
        "command": "vscode-case-shifter.snakeCase",
        "key": "ctrl+shift+n",
        "when": "editorHasSelection"
    }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft