Are there code commenting features like DocBlockr in Visual Studio Code?

前端 未结 6 2004
太阳男子
太阳男子 2021-02-04 02:30

I use Sublime Text 3, Atom.io, and Bracket.io as previous editors.

I am also really enjoying the new Visual Studio Code Editor for Mac.

Are there any code commen

6条回答
  •  广开言路
    2021-02-04 02:52

    It completes the block if you type /**[enter] and then any typing within the block is formatted (e.g. hit enter on a line beginning with a * and another is inserted below with a *).

    But one really nice feature of DocBlockr is that it scans the code below and adds @param statements in the block. VS Code does not appear to do this.

提交回复
热议问题