Skip to content

Alignment options #16

@presentday-presenttime

Description

@presentday-presenttime

Is your feature request related to a problem? Please describe.
I like to vertically align my code when I can, having this bet a setting or supported feature would be a nice convenience for me.

Describe the solution you'd like
this documentation:

/**
 * Description placeholder
 * @date 9/30/2023
 *
 * @param {*} paramOne param description
 * @param {*} ptwo param description
 * @param {*} parameterThree param description
 * @param {...{}} args param description
 * 
 * @returns {boolean} return description
 */

would be aligned like this

/**
* Description placeholder
* @date 9/30/2023
*
* @param {*}      paramOne        param description
* @param {*}      ptwo            param description
* @param {*}      parameterThree  param description
* @param {...{}}  args            param description
* 
* @returns {boolean}              return description
*/

Describe alternatives you've considered
Either as a true/false option, or as some sort of format support for tags, similar to the Doxygen Document Generator extension.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions