Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>easy-interface-docNew to Visual Studio Code? Get it now.
easy-interface-doc

easy-interface-doc

The-World

|
294 installs
| (1) | Free
快速生成 interface 文档工具, 针对后端 mock 出来的json 自动生成对应的类型.but, 最后一行要自己加个,
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Easy-Interface-Doc

快速生成 interface 文档工具, 针对后端 mock 出来的json 自动生成对应的类型.

{
  "name": "小白",
  "age": 12,
  "isMarry": false
}

=>

interface Test {
  name: string;
  age: number;
  isMarry: boolean;
}

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft