Skip to content

kalifun/lazyswitch-vscode

Repository files navigation

lazyswitch-vscode README

Convert YAML and JSON files to GO code.
When you write code, you often need to generate Go code from a configuration file.
This might help you reduce the number of structs you write.

Features

LazySwitch is an updated version of QuickType. Thanks again. We currently only support Go code. More features will be added later.

You can use key combinations.

* Beautify Json

Win

Ctrl + Alt + M

Mac

Cmd + Option + M

* Compressed Json

Win

Alt + M

Mac

Option + M

Release Notes

0.1.1

  • files to GO code.

0.1.2

  • json to yaml.
  • yaml to json.

0.1.3

  • Beautify Json.
  • Compressed Json.

Thank you