ehuss / Sublime-Wrap-Plus

Enhanced "wrap lines" command for Sublime Text 2 or 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Must execute wrap command several times for each jsdoc @param

jordwalke opened this issue · comments

If you have a JSDoc:

/**
 * text.
 *
 * @param something here adsf .. really long
 * @param something here adsf .. really long
 */

You must execute a wrap command on each @param. It would be great to be able to press a single command that will wrap the entire JSDoc block. I was under the impression that this is how this plugin was intended to work.