Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>toggle toggleNew to Visual Studio Code? Get it now.

toggle toggle

tuweifeng

|
6 installs
| (2) | Free
uppercase/lowercase cammelcase/snakecase jsoncase
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Getting Started


  • ToggleJsonCase

  1. Select raw text
Transfer-Encoding: chunked
Vary: Accept-Encoding

X-Runtime: 0.069586
  1. Press cmd shift p and enter toggleJsonCase

    The text is replaced with:

"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",

"X-Runtime": 0.069586,
  1. Again press cmd shift p and enter toggleJsonCase

    The text is replaced with:

"Transfer-Encoding" = "chunked"
Vary = "Accept-Encoding"

"X-Runtime" = 0.069586

  • ToggleUpperCase

  1. Select raw text
Transfer-Encoding: chunked
Vary: Accept-Encoding

X-Runtime: 0.069586
  1. Press cmd shift p and enter toggleUpperCase

    The text is replaced with:

TRANSFER-ENCODING: CHUNKED
VARY: ACCEPT-ENCODING

X-RUNTIME: 0.069586
  1. Again press cmd shift p and enter toggleUpperCase

    The text is replaced with:

transfer-encoding: chunked
vary: accept-encoding

x-runtime: 0.069586

  • ToggleCamelCase

  1. Select raw text
Transfer-Encoding = "chunked"
Vary = "Accept-Encoding"

X-Runtime = 0.069586
  1. Press cmd shift p and enter toggleCamelCase

    The text is replaced with:

TransferEncoding = "chunked"
Vary = "Accept-Encoding"

XRuntime = 0.069586
  1. Again press cmd shift p and enter toggleCamelCase

    The text is replaced with:

Transfer_encoding = "chunked"
Vary = "Accept-Encoding"

X_runtime = 0.069586

Donate ☕️

Thank you most sincerely

这是图片

Github: https://github.com/tuweifeng/vscode-extensions-txtrans

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft