Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
json转ts
New to Visual Studio Code?
Get it now.
json转ts
mrgaogang
|
1,773 installs
|
(
0
)
|
Free
Convert JSON object to typescript interfaces
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
JSON转换成typescript的interface
特色
从剪切板json数据转换成interface (windows:
ctrl+alt+C
, Mac :
^+⌥+C
)
选择json数据转换成interface (windows:
ctrl+alt+S
, Mac :
^+⌥+S
)
将json文件转换成interface (windows:
ctrl+alt+F
, Mac :
^+⌥+F
)
注意点
默认插件会将json的key变成驼峰。