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

[Enhancement] Add Params Comment Above All Methods #149

Open
adilanchian opened this issue Jul 19, 2020 · 0 comments
Open

[Enhancement] Add Params Comment Above All Methods #149

adilanchian opened this issue Jul 19, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed ✨ enhancement New feature or request

Comments

@adilanchian
Copy link
Collaborator

We have the ability for Intellisense in VSCode to include a short description of the function and the params it passes in like so:

/**
 * @param {*} username
 * @param {*} credential
 * @param {*} platform
 */

This issue is to do this with all functions in the app.

@adilanchian adilanchian added ✨ enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed ✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant