spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: param name position setting

baka-san opened this issue · comments

commented

First off, thanks for the amazing package. I have a feature request to add a default position of the param name of the @param tag. The typical format is @param {[Type]} param_name with options to set things like the spacing and whether to include the param name. I'm not sure how widespread this is, but I have always used the convention of @param param_name {[Type]}. Would it be possible to add something like jsdocs_param_name_before: true/false or jsdocs_param_name_position: 'after'/'before', so we can configure where the param name is placed?