-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
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
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Done