You can create implicit comments from javascript source code. Launch SmartComments from Sublime Text.
Try SmartComments online here.
New In any JS source file, press Ctrl+Alt+S (Linux & Windows) to generate comments from current selection.
In any JS source file, press Ctrl+Alt+F (Linux & Windows) to generate comments from current file.
In any JS source file, press Ctrl+Alt+D (Linux & Windows) to generate comments from current directory.
Download the latest source from GitHub and copy the sublime-smartcomments folder to your Sublime Text "Packages" directory.
The "Packages" directory is located at:
- OS X:
~/Library/Application Support/Sublime Text 2/Packages/
- Linux:
~/.config/sublime-text-2/Packages/
- Windows:
%APPDATA%/Sublime Text 2/Packages/