Can VS code auto generate jsdoc with typescript types?

前端 未结 0 483
栀梦
栀梦 2021-02-13 05:39

If I have some function like this

const function = (param: string) => {
 // ...
}

Now in VS code if I s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题