Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemonnekogh/vscode-transform

VSCode extension that provides a converter collection during coding
https://github.com/lemonnekogh/vscode-transform

Last synced: 11 days ago
JSON representation

VSCode extension that provides a converter collection during coding

Awesome Lists containing this project

README

        



# vscode-transform
VSCode Transform is a VSCode extension that provides a converter collection during coding.

## Usage
### Use shortcut
Use the shortcut `shift+ctrl+v` to paste your text, we will automatic detect the source language and target language then prompt if you want to convert.



### Use command plate
Select the text which you want to convert, open the command plate, select the converter you need, selection will be replaced to convert result.



## Converters
- JSON to GO struct

## Support Us
If you like this project, you can support us in the following ways:
- Give this project a star.
- Share with your friends.
- Open a issue or pull request to request a feature.

## Other extensions you may need to use
- [Typescript JSON Schema generator](https://marketplace.visualstudio.com/items?itemName=marcoq.vscode-typescript-to-json-schema) - Generates a json schema from `TypeScript` type.
- [transform json](https://github.com/raotaohub/vscode-transform) - Generate a `TypesScript` type from json schema.
- [graphql-schema-to-typescript](https://marketplace.visualstudio.com/items?itemName=liyikunl.vscode-graphql-schema-to-typescript) - Generate a `TypeScript` type from `GraphQL` type