Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lemonnekogh/vscode-transform
- Owner: LemonNekoGH
- License: mit
- Created: 2024-08-07T11:48:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T06:06:05.000Z (3 months ago)
- Last Synced: 2024-10-26T22:52:58.347Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=LemonNeko.vscode-transform
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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