请问在VSCode 中如何才能查看到每个interface的定义的内容(包括继承过来的属性)?

我们经常看到定义interface的时候有继承其他的interface:

export interface FitEmbedsOptions extends SetOptions {
    deep?: boolean
    padding?: NumberExt.SideOptions
  }

请问在VSCode 中如何才能查看到每个interface的定义的内容(包括继承过来的属性)
QQ_1724403301708.png

阅读 767
推荐问题
logo
Microsoft
子站问答
访问
宣传栏