https://github.com/mrgaogang/vscode-plugin-json-to-ts
json转换成typescript interface的vscode插件
https://github.com/mrgaogang/vscode-plugin-json-to-ts
json typescript vscode
Last synced: 2 months ago
JSON representation
json转换成typescript interface的vscode插件
- Host: GitHub
- URL: https://github.com/mrgaogang/vscode-plugin-json-to-ts
- Owner: MrGaoGang
- Created: 2020-06-10T04:52:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T21:20:35.000Z (over 4 years ago)
- Last Synced: 2025-02-24T05:45:27.251Z (over 1 year ago)
- Topics: json, typescript, vscode
- Language: JavaScript
- Size: 432 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
项目已经迁移到[lucky_tools](https://github.com/MrGaoGang/lucky_tools)
# JSON转换成typescript的interface
## 特色
1. 从剪切板json数据转换成interface (windows: `ctrl+alt+C ` , Mac : `^+⌥+C`)

2. 选择json数据转换成interface (windows: `ctrl+alt+S ` , Mac : `^+⌥+S`)

3. 将json文件转换成interface (windows: `ctrl+alt+F ` , Mac : `^+⌥+F`)
