Is there a way to generate JSDoc comments in Visual Studio Code

前端 未结 4 1537
一生所求
一生所求 2021-02-04 23:04

I am currently developing a NodeJS project and found out that there is no built in functionality to create JSDoc comments for functions/methods.

I am aware of the TypeSc

4条回答
  •  没有蜡笔的小新
    2021-02-04 23:48

    A related one.

    I was finding for Visual Studio 2017 Community edition, below helped:

    https://marketplace.visualstudio.com/items?itemName=MichaelObermeyer.DocStubsJs2017

提交回复
热议问题