Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>One StepNew to Visual Studio Code? Get it now.
One Step

One Step

tTeam

|
253 installs
| (2) | Free
An extension for Visual Studio Code that allows you to quickly convert text selections.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

One Step

What is it?

The One Step extension allows you to quickly convert text to and from designate formats. Supported conversions include:

  • Base 64 to String && String to JSON Byte Array

Install

  • Install via VSCode extensions install

Usage

  • Select a JSON object or Base64 string

  • Run the extension ( Cmd+Shift+P => oneStep or use shortcut Cmd+;)

Example

format Base64 string

Before:

eyJhIjoiMTIzIiwiYiI6IjIzNCIsImMiOiIzNDUifQ==

After:

{
  "a": "123",
  "b": "234",
  "c": "345"
}

format Json

Before:

{"a":"123","b":"234","c":"345"}

"{\"a\":\"123\",\"b\":\"234\",\"c\":\"345\"}"

{\"a\":\"123\",\"b\":\"234\",\"c\":\"345\"}

After:

{
  "a": "123",
  "b": "234",
  "c": "345"
}

Contributors

Thanks to all the team members involved in the development.

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