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

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插件

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`)

![](https://user-gold-cdn.xitu.io/2020/6/10/1729d10869716f54?w=360&h=240&f=gif&s=153424)

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

![](https://user-gold-cdn.xitu.io/2020/6/10/1729d10d702f391a?w=360&h=240&f=gif&s=147274)

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

![](https://user-gold-cdn.xitu.io/2020/6/10/1729d11313973504?w=360&h=240&f=gif&s=163609)