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
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.