Getting Started
- Select raw text
Transfer-Encoding: chunked
Vary: Accept-Encoding
X-Runtime: 0.069586
Press cmd shift p and enter toggleJsonCase
The text is replaced with:
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"X-Runtime": 0.069586,
Again press cmd shift p and enter toggleJsonCase
The text is replaced with:
"Transfer-Encoding" = "chunked"
Vary = "Accept-Encoding"
"X-Runtime" = 0.069586
- Select raw text
Transfer-Encoding: chunked
Vary: Accept-Encoding
X-Runtime: 0.069586
Press cmd shift p and enter toggleUpperCase
The text is replaced with:
TRANSFER-ENCODING: CHUNKED
VARY: ACCEPT-ENCODING
X-RUNTIME: 0.069586
Again press cmd shift p and enter toggleUpperCase
The text is replaced with:
transfer-encoding: chunked
vary: accept-encoding
x-runtime: 0.069586
- Select raw text
Transfer-Encoding = "chunked"
Vary = "Accept-Encoding"
X-Runtime = 0.069586
Press cmd shift p and enter toggleCamelCase
The text is replaced with:
TransferEncoding = "chunked"
Vary = "Accept-Encoding"
XRuntime = 0.069586
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