Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alignment options #16

Closed
presentday-presenttime opened this issue Oct 1, 2023 · 1 comment
Closed

Alignment options #16

presentday-presenttime opened this issue Oct 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@presentday-presenttime
Copy link

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.

@Crystal-Spider
Copy link
Owner

This feature will be available with version v2.0.0, but it may take a while to publish it since Google Makersuite is taking it's sweet time to grant me access and I need it to develop another feature.
Anyway, when version v2.0.0 will be released, feel free to comment here again if something's wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants