Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>interface to tableNew to Visual Studio Code? Get it now.
interface to table

interface to table

fengzhi-xf

|
126 installs
| (1) | Free
test code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

InterfaceToTable README

typescript 转 Markdown 表格

before

export interface IProps {
  /** 是否为整个页面的loading */
  isGlobal?: boolean;
  /** style */
  style?: any;
}

after

属性 类型 默认值 必填 描述
isGlobal boolean - ✗ 是否为整个页面的loading
style any - ✗ style

转换步骤

  • 选中需要转换的interface
  • command + shift + p
  • 输入 interface to table
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft