Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>hump-conversionNew to Visual Studio Code? Get it now.
hump-conversion

hump-conversion

masonzz

|
184 installs
| (0) | Free
a small tool to help you convert `SET_NAME` to `setName`
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hump Conversion

When you use Redux, you may have some action-type like SET_NAME, and may have some action like setName.

Hump Conversion is a small tool to help you convert SET_NAME to setName.

It depends on the _ sign.

Hope you like it! :)

Configuration

The default keybindings:

{
    "key": "cmd+h",
    "command": "extension.humpConversion",
    "when": "editorTextFocus"
}

Known Issues

Not support Multi-Cursor for now.

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