You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 likejsdocs_param_name_before: true/false
orjsdocs_param_name_position: 'after'/'before'
, so we can configure where the param name is placed?The text was updated successfully, but these errors were encountered: